Fixed previous fix.

svn path=/trunk/; revision=14311
This commit is contained in:
Michael Zucci
2001-10-29 01:31:59 +00:00
parent 3be69d052a
commit 7b02e2e055
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* rule-editor.c: Some debug printf fixes for printf's that dont
like null %s's.
Fixed previous fix.
2001-10-28 <NotZed@Ximian.com>

View File

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