mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
15e375ad1c
commit
afdb00a6d1
@ -1,5 +1,8 @@
|
|||||||
2006-03-06 Joshua Sled <jsled@asynchronous.org>
|
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):
|
* src/gnome/dialog-sxsincelast.c (create_each_transaction_helper):
|
||||||
Add multi-commodity SX support. Bug#333532.
|
Add multi-commodity SX support. Bug#333532.
|
||||||
|
|
||||||
|
@ -8526,6 +8526,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="gconf/dialogs/scheduled_trans/transaction_editor/notify">
|
<widget class="GtkCheckButton" id="gconf/dialogs/scheduled_trans/transaction_editor/notify">
|
||||||
<property name="visible">True</property>
|
<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="tooltip" translatable="yes">Set the 'notify' flag on newly created scheduled transactions.</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">_Notify before transactions are created </property>
|
<property name="label" translatable="yes">_Notify before transactions are created </property>
|
||||||
|
Loading…
Reference in New Issue
Block a user