Mercurial > pidgin.yaz
diff pidgin/gtkconv.c @ 27543:2dff07ddcc83
merge of '90da8da01d8b8fa432adae5fd697ef4bad3582b5'
and 'f5644cc4891cdcc46fafcec5127d00e48aa48e22'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 11 Jul 2009 07:02:33 +0000 |
parents | ff18653ef9f4 |
children | 50effcb66953 |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Sat Jul 11 01:57:47 2009 +0000 +++ b/pidgin/gtkconv.c Sat Jul 11 07:02:33 2009 +0000 @@ -4939,6 +4939,7 @@ gtk_widget_set_name(gtkconv->imhtml, "pidgin_conv_imhtml"); gtk_imhtml_show_comments(GTK_IMHTML(gtkconv->imhtml),TRUE); + g_object_set_data(gtkconv->imhtml, "gtkconv", gtkconv); gtk_scrolled_window_get_policy(GTK_SCROLLED_WINDOW(imhtml_sw), &imhtml_sw_hscroll, NULL);