diff options
author | Lucas Rocha <lucasr@gnome.org> | 2006-12-02 10:41:21 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2006-12-02 10:41:21 +0000 |
commit | 4d9c0448f583c97fdac316c6773951f987357dbc (patch) | |
tree | f44494c20784274172564d702700844b09686842 | |
parent | updated hebrew translation (diff) | |
download | zenity-4d9c0448f583c97fdac316c6773951f987357dbc.tar.gz zenity-4d9c0448f583c97fdac316c6773951f987357dbc.tar.bz2 zenity-4d9c0448f583c97fdac316c6773951f987357dbc.zip |
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>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/zenity.glade | 13 |
2 files changed, 6 insertions, 13 deletions
@@ -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. diff --git a/src/zenity.glade b/src/zenity.glade index 9e018654..3cd6aa30 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -194,19 +194,6 @@ <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> <property name="can_default">True</property> |