[Gnucash-changes] r13511 - gnucash/trunk - Fix initial SX perf sensitivity.

Joshua Sled jsled at cvs.gnucash.org
Mon Mar 6 23:24:54 EST 2006


Author: jsled
Date: 2006-03-06 23:24:54 -0500 (Mon, 06 Mar 2006)
New Revision: 13511
Trac: http://svn.gnucash.org/trac/changeset/13511

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/glade/sched-xact.glade
Log:
Fix initial SX perf sensitivity.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-07 03:41:39 UTC (rev 13510)
+++ gnucash/trunk/ChangeLog	2006-03-07 04:24:54 UTC (rev 13511)
@@ -1,5 +1,8 @@
 2006-03-06  Joshua Sled  <jsled at asynchronous.org>
 
+	* src/gnome/glade/sched-xact.glade: Change initial sensitivity of
+	auto-create+notify SX pref.
+
 	* src/gnome/dialog-sxsincelast.c (create_each_transaction_helper):
 	Add multi-commodity SX support.  Bug#333532.
 

Modified: gnucash/trunk/src/gnome/glade/sched-xact.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/sched-xact.glade	2006-03-07 03:41:39 UTC (rev 13510)
+++ gnucash/trunk/src/gnome/glade/sched-xact.glade	2006-03-07 04:24:54 UTC (rev 13511)
@@ -8526,6 +8526,7 @@
       <child>
 	<widget class="GtkCheckButton" id="gconf/dialogs/scheduled_trans/transaction_editor/notify">
 	  <property name="visible">True</property>
+	  <property name="sensitive">False</property>
 	  <property name="tooltip" translatable="yes">Set the 'notify' flag on newly created scheduled transactions.</property>
 	  <property name="can_focus">True</property>
 	  <property name="label" translatable="yes">_Notify before transactions are created </property>



More information about the gnucash-changes mailing list