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 401474ea2a..b14b265bb4 100644
--- a/filter/rule-editor.c
+++ b/filter/rule-editor.c
@@ -498,7 +498,7 @@ set_source (RuleEditor *re, const char *source)
GtkWidget *item;
char *s;
- d(printf(" hit %s(%s)\n", rule->name, source?source:"<nil">));
+ d(printf(" hit %s(%s)\n", rule->name, source?source:"<nil>"));
s = e_utf8_to_gtk_string (GTK_WIDGET (re->list), U_(rule->name));
item = gtk_list_item_new_with_label (s);
g_free (s);