diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-09-12 08:48:06 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-09-12 08:48:06 +0000 |
commit | c14af1c42cd52d7bf826e19265272d37a82c9cca (patch) | |
tree | 7c561e4e0fd1b8fd173fb24a88aee704cabb754c /src/zenity.glade | |
parent | Make zenity compile on solaris. Whoops :) (diff) | |
download | zenity-c14af1c42cd52d7bf826e19265272d37a82c9cca.tar.gz zenity-c14af1c42cd52d7bf826e19265272d37a82c9cca.tar.bz2 zenity-c14af1c42cd52d7bf826e19265272d37a82c9cca.zip |
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.glade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade index c83eff02..dd396322 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> |