Mercurial > pidgin
changeset 26950:d9f2a7f18759
We want to see what the missing custom smiley stands for.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 25 May 2009 20:13:01 +0000 |
parents | 0f1b41c2f835 |
children | 10c91922bc1e fd78c7022f81 45e812208f05 |
files | pidgin/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 {