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>
This commit is contained in:
Lucas Rocha 2005-10-18 13:56:35 +00:00 committed by Lucas Almeida Rocha
parent 91ace3021a
commit 7f2aedec5a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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>