From 32f1cfd13fe2d745cc18b71e32c2c19305c480f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 Mar 2003 19:53:56 +0000 Subject: Always add a Cancel button here, but if !enable_undo - make the response 2003-03-17 Jeffrey Stedfast * rule-editor.c (rule_editor_construct): Always add a Cancel button here, but if !enable_undo - make the response id GTK_RESPONSE_CANCEL rather than GTK_RESPONSE_REJECT (which does undo). This mimics the behaviour that was done in the mail/ code previously. Fixes bug #39809. svn path=/trunk/; revision=20315 --- filter/filter.glade | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'filter/filter.glade') diff --git a/filter/filter.glade b/filter/filter.glade index ff1927a7b7..a5fa0f5ad1 100644 --- a/filter/filter.glade +++ b/filter/filter.glade @@ -25,26 +25,26 @@ GTK_BUTTONBOX_END - + True True True - gtk-ok + gtk-cancel True GTK_RELIEF_NORMAL - 0 + -6 - + True True True - gtk-cancel + gtk-ok True GTK_RELIEF_NORMAL - 0 + -5 @@ -270,26 +270,26 @@ GTK_BUTTONBOX_END - + True True True - gtk-ok + gtk-cancel True GTK_RELIEF_NORMAL - 0 + -6 - + True True True - gtk-cancel + gtk-ok True GTK_RELIEF_NORMAL - 0 + -5 @@ -480,19 +480,19 @@ GTK_BUTTONBOX_END - + True True True - gtk-ok + gtk-cancel True GTK_RELIEF_NORMAL - 0 + -6 - + True True True @@ -504,14 +504,14 @@ - + True True True - gtk-cancel + gtk-ok True GTK_RELIEF_NORMAL - 0 + -5 -- cgit v1.2.3