comparison src/gtkimhtml.c @ 4139:d03ace5af8da

[gaim-migrate @ 4357] breaking smilies is a bad thing. fortunately ari was around to fix his mistake committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Dec 2002 03:10:14 +0000
parents 6b2d0ce7fb18
children 990eb517e38a
comparison
equal deleted inserted replaced
4138:6b2d0ce7fb18 4139:d03ace5af8da
93 t = t->children [index]; 93 t = t->children [index];
94 94
95 x++; 95 x++;
96 } 96 }
97 97
98 t->image = path; 98 t->image = g_strdup(path);
99 } 99 }
100 100
101 gboolean gtk_smiley_tree_destroy (GtkSmileyTree *tree) 101 gboolean gtk_smiley_tree_destroy (GtkSmileyTree *tree)
102 { 102 {
103 GSList *list = g_slist_append (NULL, tree); 103 GSList *list = g_slist_append (NULL, tree);