summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/zenity.glade2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c27b7..46c8b4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 bb42c2d..22049ba 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>