summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/zenity.glade13
2 files changed, 6 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 00ef4bc..0121269 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 9e01865..3cd6aa3 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>