Fix initial SX perf sensitivity.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13511 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-03-07 04:24:54 +00:00
parent 15e375ad1c
commit afdb00a6d1
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2006-03-06 Joshua Sled <jsled@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.

View File

@ -8526,6 +8526,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
<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>