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:
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user