Mon, 25 May 2009 20:13:01 +0000
We want to see what the missing custom smiley stands for.
| pidgin/gtkimhtml.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkimhtml.c Mon May 25 17:18:26 2009 +0000 +++ b/pidgin/gtkimhtml.c Mon May 25 20:13:01 2009 +0000 @@ -5062,6 +5062,7 @@ gtk_widget_show(img); g_object_set_data_full(G_OBJECT(anchor), "gtkimhtml_plaintext", text, g_free); g_object_set_data(G_OBJECT(anchor), "gtkimhtml_tiptext", text); + g_object_set_data_full(G_OBJECT(anchor), "gtkimhtml_htmltext", g_strdup(smiley), g_free); gtk_text_view_add_child_at_anchor(GTK_TEXT_VIEW(imhtml), ebox, anchor); } } else {