comparison pidgin/plugins/adiumthemes/webkit.c @ 32550:1cd4613c620d

unset cur_style_dir when unloading.
author tdrhq@soc.pidgin.im
date Mon, 10 Aug 2009 10:08:02 +0000
parents 7d8f8c6ebae2
children fd2f3d2d8140
comparison
equal deleted inserted replaced
32549:7d8f8c6ebae2 32550:1cd4613c620d
784 plugin_unload(PurplePlugin *plugin) 784 plugin_unload(PurplePlugin *plugin)
785 { 785 {
786 GList *list; 786 GList *list;
787 787
788 webkit_plugin_free_handle (); 788 webkit_plugin_free_handle ();
789 789 cur_style_dir = NULL;
790 list = purple_get_conversations (); 790 list = purple_get_conversations ();
791 while (list) { 791 while (list) {
792 finalize_theme_for_webkit(list->data); 792 finalize_theme_for_webkit(list->data);
793 list = g_list_next(list); 793 list = g_list_next(list);
794 } 794 }