summaryrefslogtreecommitdiff
path: root/src/zenity.glade
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-09-12 08:48:06 +0000
committerGlynn Foster <gman@src.gnome.org>2003-09-12 08:48:06 +0000
commitc14af1c42cd52d7bf826e19265272d37a82c9cca (patch)
tree7c561e4e0fd1b8fd173fb24a88aee704cabb754c /src/zenity.glade
parent1fab4b4e6223acd59189b9a327d9fdee650ead27 (diff)
Better patch from raf@noduck.net to fix the activate on the entry dialog.
2003-09-12 Glynn Foster <glynn.foster@sun.com> * src/entry.c, src/zenity.glade: Better patch from raf@noduck.net to fix the activate on the entry dialog.
Diffstat (limited to 'src/zenity.glade')
-rw-r--r--src/zenity.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index c83eff0..dd39632 100644
--- a/src/zenity.glade
+++ b/src/zenity.glade
@@ -432,6 +432,7 @@
<widget class="GtkButton" id="zenity_entry_ok_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-ok</property>
<property name="use_stock">True</property>
@@ -496,7 +497,7 @@
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
<property name="invisible_char" translatable="yes">*</property>
- <property name="activates_default">False</property>
+ <property name="activates_default">True</property>
</widget>
<packing>
<property name="padding">0</property>