From 74c652de581cb99e3e29cb3bfd15a0d09305c165 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 15 Jul 2002 08:37:14 +0000 Subject: Set the vfolder_editor variable to null before we close the dialogue, 2002-07-15 Not Zed * mail-vfolder.c (vfolder_editor_clicked): Set the vfolder_editor variable to null before we close the dialogue, otherwise the close destroys it and reverts the file. svn path=/trunk/; revision=17453 --- mail/mail-vfolder.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/mail-vfolder.c') diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index 4e969c3a6c..bf68cf7cd5 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -761,14 +761,14 @@ vfolder_editor_clicked (GtkWidget *dialog, int button, void *data) sprintf(user, "%s/vfolders.xml", evolution_dir); if (button == 0) - rule_context_save ((RuleContext *)context, user); + rule_context_save((RuleContext *)context, user); else - rule_context_revert ((RuleContext *)context, user); + rule_context_revert((RuleContext *)context, user); + + vfolder_editor = NULL; if (button != -1) gnome_dialog_close (GNOME_DIALOG (dialog)); - - vfolder_editor = NULL; } static void -- cgit v1.2.3