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
This commit is contained in:
Not Zed
2003-03-10 08:17:05 +00:00
committed by Michael Zucci
parent d51c9927e5
commit c8a1141a55
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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: