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:
parent
91ace3021a
commit
7f2aedec5a
@ -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.
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user