# HG changeset patch # User Nathan Walp # Date 1067548767 0 # Node ID dc573236dc8bbcbc33c8316ffa60942f7e0c5263 # Parent f1fe68ef00c7a402529a997f80cf2cab81bf25ff [gaim-migrate @ 7979] SimGuy seems to think this could be a problem committer: Tailor Script diff -r f1fe68ef00c7 -r dc573236dc8b src/gtkimhtml.c --- a/src/gtkimhtml.c Thu Oct 30 19:21:14 2003 +0000 +++ b/src/gtkimhtml.c Thu Oct 30 21:19:27 2003 +0000 @@ -114,7 +114,7 @@ GtkSmileyTree *t = list->data; gint i; list = g_slist_remove(list, t); - if (t->values) { + if (t && t->values) { for (i = 0; i < t->values->len; i++) list = g_slist_append (list, t->children [i]); g_string_free (t->values, TRUE);