pidgin/purple-plugin-pack

updated for the webkit change

2013-04-07, Gary Kramlich
5f7750a5b249
Parents 9c20bd4650cd
Children d833b26a82d2
updated for the webkit change
--- a/difftopic/difftopic.c Sun Apr 07 16:35:05 2013 -0500
+++ b/difftopic/difftopic.c Sun Apr 07 16:36:36 2013 -0500
@@ -159,11 +159,11 @@
gtkconv = conv->ui_data;
#endif
- old = g_object_get_data(G_OBJECT(gtkconv->imhtml), "difftopic");
+ old = g_object_get_data(G_OBJECT(gtkconv->webview), "difftopic");
if (old && what) {
- have_fun(GTK_IMHTML(gtkconv->imhtml), old, what);
+ have_fun(GTK_IMHTML(gtkconv->webview), old, what);
}
- g_object_set_data_full(G_OBJECT(gtkconv->imhtml), "difftopic", g_strdup(what), (GDestroyNotify)g_free);
+ g_object_set_data_full(G_OBJECT(gtkconv->webview), "difftopic", g_strdup(what), (GDestroyNotify)g_free);
}
static gboolean