Sun, 30 Dec 2007 13:56:01 +0000
merge of '71cbb3d611d38638f888b6fd83eca09fd88a8bf7'
and 'b61f17ea0f681951bd730af8d1ead171c97c0362'
--- a/libpurple/plugin.c Sun Dec 30 12:36:56 2007 +0000 +++ b/libpurple/plugin.c Sun Dec 30 13:56:01 2007 +0000 @@ -667,7 +667,10 @@ } else { +#if 0 + /* This isn't necessary. This has already been done when unloading dep_plugin. */ plugin->dependent_plugins = g_list_delete_link(plugin->dependent_plugins, l); +#endif } } }