pidgin: 7e29431f: Workaround the bug that causes a crash w...
masca at cpw.pidgin.im
masca at cpw.pidgin.im
Fri Sep 16 00:56:58 EDT 2011
----------------------------------------------------------------------
Revision: 7e29431f81d1d408673b3b76f805d1202989cb03
Parent: 6fdfc062f29797ae0b90dc76ac23bc17a541b641
Author: masca at cpw.pidgin.im
Date: 09/16/11 00:49:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7e29431f81d1d408673b3b76f805d1202989cb03
Changelog:
Workaround the bug that causes a crash when closing a gtkwindow.
This bug was caused by some data corruption when using the webview as
a GtkIMHtml in the smile themes code.
Changes against parent 6fdfc062f29797ae0b90dc76ac23bc17a541b641
patched pidgin/gtkthemes.c
-------------- next part --------------
============================================================
--- pidgin/gtkthemes.c 388dcacc852324fe725af64bf5c05daaa016d643
+++ pidgin/gtkthemes.c b2c017da275788ff321a0ec65aff345ddd26445e
@@ -122,6 +122,8 @@ static void _pidgin_themes_smiley_themei
static void _pidgin_themes_smiley_themeize(GtkWidget *imhtml, gboolean custom)
{
+ /* FIXME: move imhtml dependency to use webview. */
+#if 0
struct smiley_list *list;
if (!current_smiley_theme)
return;
@@ -147,6 +149,7 @@ static void _pidgin_themes_smiley_themei
list = list->next;
}
+#endif
}
void pidgin_themes_smiley_themeize(GtkWidget *imhtml)
More information about the Commits
mailing list