merge of '71cbb3d611d38638f888b6fd83eca09fd88a8bf7'

Sun, 30 Dec 2007 13:56:01 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sun, 30 Dec 2007 13:56:01 +0000
changeset 22091
1568343b965c
parent 22090
71cbb3d611d3 (diff)
parent 22089
b61f17ea0f68 (current diff)
child 22092
52c00ca73f6f

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
 			}
 		}
 	}

mercurial