[Gnucash-changes] gnucash/src/gnome

Joshua Sled jsled at cvs.gnucash.org
Mon Mar 8 23:19:26 EST 2004


Update of /home/cvs/cvsroot/gnucash/src/gnome
In directory cvs.gnucash.org:/tmp/cvs-serv17674/src/gnome

Modified Files:
      Tag: gnucash-1-8-branch
	dialog-scheduledxaction.c 
Log Message:
Correct setting for widget.

==================================================
Differences for dialog-scheduledxaction.c (revision 1.70.2.4 -> 1.70.2.5)
==================================================
--- /home/cvs/cvsroot/gnucash/src/gnome/dialog-scheduledxaction.c	2004/03/09 02:45:48	1.70.2.4
+++ /home/cvs/cvsroot/gnucash/src/gnome/dialog-scheduledxaction.c	2004/03/09 04:19:26	1.70.2.5
@@ -1446,7 +1446,7 @@
         /* For some reason the Glade-specified sensitivity settings are not
          * being honored... ? */
         gtk_widget_set_sensitive( GTK_WIDGET(sxed->notifyOpt), FALSE );
-        gtk_widget_set_sensitive( GTK_WIDGET(sxed->advanceSpin), TRUE );
+        gtk_widget_set_sensitive( GTK_WIDGET(sxed->advanceSpin), FALSE );
         gtk_widget_set_sensitive( GTK_WIDGET(sxed->remindSpin), FALSE );
         gtk_widget_set_sensitive( GTK_WIDGET(sxed->endCountEntry), FALSE );
         gtk_widget_set_sensitive( GTK_WIDGET(sxed->endRemainEntry), FALSE );


More information about the Gnucash-changes mailing list