Fix selection mode for SX lists.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13475 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2006-03-04 16:28:52 +00:00
parent 3d82efeee6
commit 59d42b32e3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2006-03-04 Joshua Sled <jsled@asynchronous.org>
* src/gnome/glade/sched-xact.glade: Fix selection mode on
transaction reminder and obsolete SX lists.
* src/gnome/ui/icon-split.png:
* src/gnome/ui/icon-transfer.png:
Add split, transfer icons provided by Andrew Duggan

View File

@@ -5798,7 +5798,7 @@
<property name="can_focus">True</property>
<property name="n_columns">3</property>
<property name="column_widths">153,121,80</property>
<property name="selection_mode">GTK_SELECTION_SINGLE</property>
<property name="selection_mode">GTK_SELECTION_MULTIPLE</property>
<property name="show_titles">True</property>
<property name="shadow_type">GTK_SHADOW_IN</property>
@@ -6356,7 +6356,7 @@
<property name="can_focus">True</property>
<property name="n_columns">3</property>
<property name="column_widths">80,80,80</property>
<property name="selection_mode">GTK_SELECTION_SINGLE</property>
<property name="selection_mode">GTK_SELECTION_MULTIPLE</property>
<property name="show_titles">True</property>
<property name="shadow_type">GTK_SHADOW_IN</property>