soc.2009.webkitmessageview: 551f280f: unset cur_style_dir when unloading.
tdrhq at soc.pidgin.im
tdrhq at soc.pidgin.im
Tue Aug 25 12:02:36 EDT 2009
-----------------------------------------------------------------
Revision: 551f280fab97e238022ac688cc44a58b83137fe7
Ancestor: fe10c7451254b84cd4f6c444789962cd461c581b
Author: tdrhq at soc.pidgin.im
Date: 2009-08-10T10:08:02
Branch: im.pidgin.soc.2009.webkitmessageview
URL: http://d.pidgin.im/viewmtn/revision/info/551f280fab97e238022ac688cc44a58b83137fe7
Modified files:
pidgin/plugins/adiumthemes/webkit.c
ChangeLog:
unset cur_style_dir when unloading.
-------------- next part --------------
============================================================
--- pidgin/plugins/adiumthemes/webkit.c 0b3807a59f7945c285b3ecea40a189f641ae85e1
+++ pidgin/plugins/adiumthemes/webkit.c dbd714a7211c27cf03c45285491b217b236efbe9
@@ -786,7 +786,7 @@ plugin_unload(PurplePlugin *plugin)
GList *list;
webkit_plugin_free_handle ();
-
+ cur_style_dir = NULL;
list = purple_get_conversations ();
while (list) {
finalize_theme_for_webkit(list->data);
More information about the Commits
mailing list