From c8a1141a55840d16dca6fc863d8fbab7d0b4ab26 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 10 Mar 2003 08:17:05 +0000 Subject: Fix the response code, because some bastard changed the filter/* code and 2003-03-11 Not Zed * 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 --- mail/mail-vfolder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-vfolder.c') 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: -- cgit v1.2.3