aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-10 16:17:05 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-10 16:17:05 +0800
commitc8a1141a55840d16dca6fc863d8fbab7d0b4ab26 (patch)
treed7f6bad72c9a53bfb25cfff703bcee5c5a1c0a64
parentd51c9927e53206f889dba63274fd425efe65db5a (diff)
downloadgsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar.gz
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar.bz2
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar.lz
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar.xz
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.tar.zst
gsoc2013-evolution-c8a1141a55840d16dca6fc863d8fbab7d0b4ab26.zip
Fix the response code, because some bastard changed the filter/* code and
2003-03-11 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (vfolder_editor_response): Fix the response code, because some bastard changed the filter/* code and didn't fix the callers. Partial fix for #39165. svn path=/trunk/; revision=20231
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-vfolder.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5cb92e31bf..9f31614d2d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-11 Not Zed <NotZed@Ximian.com>
+
+ * mail-vfolder.c (vfolder_editor_response): Fix the response code,
+ because some bastard changed the filter/* code and didn't fix the
+ callers. Partial fix for #39165.
+
2003-03-10 Not Zed <NotZed@Ximian.com>
* Makefile.am (libevolution_mail_la_SOURCES): removed main.c from
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 83f155d359..c4ad36c8ed 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -811,7 +811,7 @@ vfolder_editor_response (GtkWidget *dialog, int button, void *data)
sprintf(user, "%s/vfolders.xml", evolution_dir);
switch(button) {
- case GTK_RESPONSE_OK:
+ case GTK_RESPONSE_ACCEPT:
rule_context_save((RuleContext *)context, user);
break;
default: