summaryrefslogtreecommitdiff
path: root/time/xalarm/patches/patch-ab
blob: 15417be2ded2bf87403a08150953a6e6f98ff778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2001/06/05 18:11:38 magick Exp $

--- when.c.orig	Fri Jun  1 14:01:32 2001
+++ when.c
@@ -306,7 +306,7 @@
 {
     static Boolean   edited = True;
 
-    if (not (Boolean) clientdata)
+    if (clientdata == NULL)
 	XtSetSensitive (xalarm.savebutton, edited = False);
     else if (not edited)
 	XtSetSensitive (xalarm.savebutton, edited = True);