r19658 - gnucash/trunk/src/gnome-utils/glade - File dialog - make enter activate the default action for mysql/pgsql selection.
Geert Janssens
gjanssens at code.gnucash.org
Fri Oct 15 07:58:25 EDT 2010
Author: gjanssens
Date: 2010-10-15 07:58:25 -0400 (Fri, 15 Oct 2010)
New Revision: 19658
Trac: http://svn.gnucash.org/trac/changeset/19658
Modified:
gnucash/trunk/src/gnome-utils/glade/dialog-file-access.glade
Log:
File dialog - make enter activate the default action for mysql/pgsql selection.
This was already the case in the standard file selector. This change makes the
two selection methods more consistent.
Modified: gnucash/trunk/src/gnome-utils/glade/dialog-file-access.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/dialog-file-access.glade 2010-10-14 21:00:46 UTC (rev 19657)
+++ gnucash/trunk/src/gnome-utils/glade/dialog-file-access.glade 2010-10-15 11:58:25 UTC (rev 19658)
@@ -162,6 +162,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="position">0</property>
@@ -172,6 +173,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="position">1</property>
@@ -182,6 +184,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">●</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="position">2</property>
@@ -193,6 +196,7 @@
<property name="can_focus">True</property>
<property name="visibility">False</property>
<property name="invisible_char">●</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="position">3</property>
More information about the gnucash-changes
mailing list