diff -r 497fa21359ee -r ace86770e0bb pidgin/gtkconv.c --- a/pidgin/gtkconv.c Sat Jul 11 15:42:28 2009 +0000 +++ b/pidgin/gtkconv.c Sat Jul 11 20:48:21 2009 +0000 @@ -4939,7 +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); + g_object_set_data(G_OBJECT(gtkconv->imhtml), "gtkconv", gtkconv); gtk_scrolled_window_get_policy(GTK_SCROLLED_WINDOW(imhtml_sw), &imhtml_sw_hscroll, NULL);