diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-10-18 13:56:35 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-10-18 13:56:35 +0000 |
commit | 7f2aedec5aa6a489b89c347f998c62d49fc0fa7b (patch) | |
tree | f16b830c08a552cba59c0c19454032c73084ca92 | |
parent | refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith (diff) | |
download | zenity-7f2aedec5aa6a489b89c347f998c62d49fc0fa7b.tar.gz zenity-7f2aedec5aa6a489b89c347f998c62d49fc0fa7b.tar.bz2 zenity-7f2aedec5aa6a489b89c347f998c62d49fc0fa7b.zip |
by default, focus is on tree view in list dialogs. Fixes #317263. Patch
2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org>
* src/zenity.glade: by default, focus is on tree
view in list dialogs. Fixes #317263. Patch from
Aleksey Kliger <akliger@gmail.com>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/zenity.glade | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org> + * src/zenity.glade: by default, focus is on tree + view in list dialogs. Fixes #317263. Patch from + Aleksey Kliger <akliger@gmail.com> + +2005-10-18 Lucas Rocha <lucasr@cvs.gnome.org> + * help/zenity.omf.in: refile zenity to GNOME|Utilities. Fixes #318831. Patch from Brent Smith <gnome@nextreality.net>. * help/C/zenity.xml: more meaningful abstract and diff --git a/src/zenity.glade b/src/zenity.glade index bb42c2d8..22049ba9 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -954,7 +954,6 @@ <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> - <property name="has_focus">True</property> <property name="label">gtk-ok</property> <property name="use_stock">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> @@ -1018,6 +1017,7 @@ <widget class="GtkTreeView" id="zenity_tree_view"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_focus">True</property> <property name="headers_visible">True</property> <property name="rules_hint">False</property> <property name="reorderable">False</property> |