gnucash master: Bug 757532 [PATCH] Make start and end rows editable by keyboard
Geert Janssens
gjanssens at code.gnucash.org
Tue Nov 10 15:48:26 EST 2015
Updated via https://github.com/Gnucash/gnucash/commit/601abdf4 (commit)
from https://github.com/Gnucash/gnucash/commit/310be62e (commit)
commit 601abdf47d60ceecefafbf73f6242702e729bc22
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Nov 7 13:09:18 2015 +0000
Bug 757532 [PATCH] Make start and end rows editable by keyboard
diff --git a/src/import-export/csv-imp/assistant-csv-trans-import.glade b/src/import-export/csv-imp/assistant-csv-trans-import.glade
index db8710b..2d8c7ec 100644
--- a/src/import-export/csv-imp/assistant-csv-trans-import.glade
+++ b/src/import-export/csv-imp/assistant-csv-trans-import.glade
@@ -145,7 +145,6 @@ Select location and file name for the Import, then click 'OK'...
<object class="GtkSpinButton" id="start_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="editable">False</property>
<property name="invisible_char">â—</property>
<property name="invisible_char_set">True</property>
<property name="primary_icon_activatable">False</property>
@@ -153,6 +152,7 @@ Select location and file name for the Import, then click 'OK'...
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">start_row_adj</property>
+ <property name="numeric">True</property>
<signal name="value-changed" handler="csv_import_trans_srow_cb" swapped="no"/>
</object>
<packing>
@@ -177,7 +177,6 @@ Select location and file name for the Import, then click 'OK'...
<object class="GtkSpinButton" id="end_row">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="editable">False</property>
<property name="invisible_char">â—</property>
<property name="invisible_char_set">True</property>
<property name="primary_icon_activatable">False</property>
@@ -185,6 +184,7 @@ Select location and file name for the Import, then click 'OK'...
<property name="primary_icon_sensitive">True</property>
<property name="secondary_icon_sensitive">True</property>
<property name="adjustment">end_row_adj</property>
+ <property name="numeric">True</property>
<signal name="value-changed" handler="csv_import_trans_erow_cb" swapped="no"/>
</object>
<packing>
Summary of changes:
src/import-export/csv-imp/assistant-csv-trans-import.glade | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list