Bugs 327775, 327641: minor scheduled-transaction fixes.

2006-01-25  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome/glade/sched-xact.glade: Bug#327775: consistency in
	case of dialog title.
	Bug#327641: fix glade-spec'ed response-codes for OK/Cancel
	buttons, thus letting logic work again.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13002 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-01-28 18:45:48 +00:00
parent 62275638c8
commit 41ba299b51
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2006-01-25 Joshua Sled <jsled@asynchronous.org>
* src/gnome/glade/sched-xact.glade: Bug#327775: consistency in
case of dialog title.
Bug#327641: fix glade-spec'ed response-codes for OK/Cancel
buttons, thus letting logic work again.
2006-01-28 Christian Stimming <stimming@tuhh.de>
* configure.in: Revert aqbanking dependency. We still stick to

View File

@ -5025,7 +5025,7 @@
<widget class="GtkDialog" id="sx_from_real_trans">
<property name="visible">True</property>
<property name="title" translatable="yes">Make Scheduled transaction</property>
<property name="title" translatable="yes">Make Scheduled Transaction</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -5071,7 +5071,7 @@
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="response_id">0</property>
<property name="response_id">-6</property>
</widget>
</child>
@ -5084,7 +5084,7 @@
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="response_id">0</property>
<property name="response_id">-5</property>
</widget>
</child>
</widget>