comparison 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
comparison
equal deleted inserted replaced
21066:0d8061bbfc1d 21067:96929e7acb86
694 libnm_glib_unregister_callback(nm_context, nm_callback_idx); 694 libnm_glib_unregister_callback(nm_context, nm_callback_idx);
695 695
696 if(nm_context) 696 if(nm_context)
697 libnm_glib_shutdown(nm_context); 697 libnm_glib_shutdown(nm_context);
698 #endif 698 #endif
699 } 699
700 purple_signal_unregister(purple_network_get_handle(),
701 "network-configuration-changed");
702 }