pidgin: 1ecd9e6b: We want to see what the missing custom s...
sadrul at pidgin.im
sadrul at pidgin.im
Mon May 25 16:12:05 EDT 2009
-----------------------------------------------------------------
Revision: 1ecd9e6b8e4cd9ddac69d4c40d68d82020932626
Ancestor: ca6eb11f6084be37aeabcb2d99df789aaf8b4afd
Author: sadrul at pidgin.im
Date: 2009-05-25T20:13:01
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1ecd9e6b8e4cd9ddac69d4c40d68d82020932626
Modified files:
pidgin/gtkimhtml.c
ChangeLog:
We want to see what the missing custom smiley stands for.
-------------- next part --------------
============================================================
--- pidgin/gtkimhtml.c 0ff7cf82b741606d67da89aca88455c15274561c
+++ pidgin/gtkimhtml.c a2b15240fc9c6d228b99707b6b548cfc26cb1718
@@ -5062,6 +5062,7 @@ void gtk_imhtml_insert_smiley_at_iter(Gt
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 {
More information about the Commits
mailing list