don't show cancel button on warning dialog (Fixes bug #324100). Patch from
2006-12-02 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: don't show cancel button on warning dialog (Fixes bug #324100). Patch from Claudio Saavedra <csaavedra@alumnos.utalca.cl>
This commit is contained in:
parent
b771478a3a
commit
4d9c0448f5
@ -1,3 +1,9 @@
|
||||
2006-12-02 Lucas Rocha <lucasr@gnome.org>
|
||||
|
||||
* src/zenity.glade: don't show cancel button on warning dialog (Fixes
|
||||
bug #324100). Patch from Claudio Saavedra
|
||||
<csaavedra@alumnos.utalca.cl>
|
||||
|
||||
2006-10-02 Guilherme de S. Pastore <gpastore@gnome.org>
|
||||
|
||||
* configure.in: post-release version bump.
|
||||
|
@ -193,19 +193,6 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkButton" id="zenity_warning_cancel_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_default">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label">gtk-cancel</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<property name="response_id">-6</property>
|
||||
</widget>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkButton" id="zenity_warning_ok_button">
|
||||
<property name="visible">True</property>
|
||||
|
Reference in New Issue
Block a user