Make the file entry modal. Fixes #89410.
2002-07-31 Federico Mena Quintero <federico@ximian.com> * theme-install.glade: Make the file entry modal. Fixes #89410.
This commit is contained in:
parent
193f017be8
commit
e012170da4
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-07-31 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* theme-install.glade: Make the file entry modal. Fixes #89410.
|
||||
|
||||
2002-07-10 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* theme-switcher.c (show_install_dialog) : create and destroy the
|
||||
|
|
|
@ -15,17 +15,14 @@
|
|||
|
||||
<child internal-child="vbox">
|
||||
<widget class="GtkVBox" id="dialog-vbox2">
|
||||
<property name="border_width">2</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="homogeneous">False</property>
|
||||
<property name="spacing">0</property>
|
||||
|
||||
<child internal-child="action_area">
|
||||
<widget class="GtkHButtonBox" id="dialog-action_area2">
|
||||
<property name="border_width">5</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||
<property name="spacing">10</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkButton" id="helpbutton2">
|
||||
|
@ -182,7 +179,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="max_saved">10</property>
|
||||
<property name="directory_entry">False</property>
|
||||
<property name="modal">False</property>
|
||||
<property name="modal">True</property>
|
||||
|
||||
<child internal-child="entry">
|
||||
<widget class="GtkEntry" id="install_theme_combo_entry">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue