remove deprecated/obsoleted dialog definition (fixes bug #571869). Patch

2009-03-08  Lucas Rocha  <lucasr@gnome.org>

	* src/zenity.glade: remove deprecated/obsoleted dialog
	definition (fixes bug #571869).
	Patch from Felix Riemann <friemann@svn.gnome.org>.

svn path=/trunk/; revision=1487
This commit is contained in:
Lucas Rocha 2009-03-08 22:01:00 +00:00 committed by Lucas Almeida Rocha
parent 2cb0f65780
commit 9df2eda37f
2 changed files with 6 additions and 40 deletions

View File

@ -1,3 +1,9 @@
2009-03-08 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: remove deprecated/obsoleted dialog
definition (fixes bug #571869).
Patch from Felix Riemann <friemann@svn.gnome.org>.
2008-01-12 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump.

View File

@ -275,46 +275,6 @@
</child>
</widget>
<widget class="GtkFileSelection" id="zenity_fileselection_dialog">
<property name="border_width">10</property>
<property name="title" translatable="yes">Select a file</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>
<property name="skip_taskbar_hint">False</property>
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">False</property>
<property name="urgency_hint">False</property>
<property name="show_fileops">True</property>
<signal name="destroy" handler="gtk_main_quit" last_modification_time="Sat, 28 Dec 2002 11:48:27 GMT"/>
<child internal-child="cancel_button">
<widget class="GtkButton" id="zenity_fileselection_cancel_button1">
<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="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
</widget>
</child>
<child internal-child="ok_button">
<widget class="GtkButton" id="zenity_fileselection_ok_button">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
</widget>
</child>
</widget>
<widget class="GtkDialog" id="zenity_question_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Question</property>