aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rule-editor.c')
-rw-r--r--filter/rule-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/rule-editor.c b/filter/rule-editor.c
index 0517403f5a..8320399618 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -306,7 +306,7 @@ editor_response (GtkWidget *dialog, int button, RuleEditor *re)
RuleEditorUndo *undo, *next;
undo = re->undo_log;
- re->undo_log = 0;
+ re->undo_log = NULL;
while (undo) {
next = undo->next;
g_object_unref (undo->rule);