diff libpurple/network.c @ 21067:96929e7acb86

Make purple_xfers_uninit, purple_network_uninit, and purple_plugins_uninit unregister the signals they register in their respective _init functions. This is just cleanup I added when testing dbus signal export stuff (I'll be committing that a bit later).
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 18 Oct 2007 02:11:23 +0000
parents d9cbd249619b
children 14afe5a92fc2
line wrap: on
line diff
--- a/libpurple/network.c	Wed Oct 17 04:10:34 2007 +0000
+++ b/libpurple/network.c	Thu Oct 18 02:11:23 2007 +0000
@@ -696,4 +696,7 @@
 	if(nm_context)
 		libnm_glib_shutdown(nm_context);
 #endif
+
+	purple_signal_unregister(purple_network_get_handle(),
+	                         "network-configuration-changed");
 }