[Gnucash-changes] r13151 - gnucash/trunk - Set the default button.

David Hampton hampton at cvs.gnucash.org
Wed Feb 8 01:00:37 EST 2006


Author: hampton
Date: 2006-02-08 01:00:36 -0500 (Wed, 08 Feb 2006)
New Revision: 13151
Trac: http://svn.gnucash.org/trac/changeset/13151

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-search/search.glade
Log:
Set the default button.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-08 05:55:04 UTC (rev 13150)
+++ gnucash/trunk/ChangeLog	2006-02-08 06:00:36 UTC (rev 13151)
@@ -1,3 +1,8 @@
+2006-02-08  David Hampton  <hampton at employees.org>
+
+	* src/gnome-search/search.glade: Set the default button. Fixes
+	#329539.
+
 2006-02-07  Christian Stimming  <stimming at tuhh.de>
 
 	* po/glossary/gnc-glossary.txt: Update glossary with new term

Modified: gnucash/trunk/src/gnome-search/search.glade
===================================================================
--- gnucash/trunk/src/gnome-search/search.glade	2006-02-08 05:55:04 UTC (rev 13150)
+++ gnucash/trunk/src/gnome-search/search.glade	2006-02-08 06:00:36 UTC (rev 13151)
@@ -147,6 +147,7 @@
 	    <widget class="GtkButton" id="find_button">
 	      <property name="visible">True</property>
 	      <property name="can_default">True</property>
+	      <property name="has_default">True</property>
 	      <property name="can_focus">True</property>
 	      <property name="label">gtk-find</property>
 	      <property name="use_stock">True</property>



More information about the gnucash-changes mailing list