diff options
Diffstat (limited to 'time/xalarm/patches/patch-ab')
-rw-r--r-- | time/xalarm/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/time/xalarm/patches/patch-ab b/time/xalarm/patches/patch-ab index 15417be2ded..9fa387f5dd4 100644 --- a/time/xalarm/patches/patch-ab +++ b/time/xalarm/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/06/05 18:11:38 magick Exp $ +$NetBSD: patch-ab,v 1.2 2006/04/16 01:00:06 perry Exp $ ---- when.c.orig Fri Jun 1 14:01:32 2001 -+++ when.c -@@ -306,7 +306,7 @@ +--- when.c.orig 1995-07-12 11:24:08.000000000 -0400 ++++ when.c 2006-04-15 17:52:35.000000000 -0400 +@@ -308,7 +308,7 @@ { static Boolean edited = True; -- if (not (Boolean) clientdata) +- if (not clientdata) + if (clientdata == NULL) XtSetSensitive (xalarm.savebutton, edited = False); else if (not edited) |