comparison libpurple/network.c @ 21597:14afe5a92fc2

merge of '374a8877bfa4fa06b384482815befe37f2c72b9b' and 'a8b9524fdf33c54963051d0ffbd18d9f0facf122'
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 19 Nov 2007 23:06:16 +0000
parents 7a05b6f84545 96929e7acb86
children b63b2a5c2d05
comparison
equal deleted inserted replaced
21596:637037d3748c 21597:14afe5a92fc2
706 libnm_glib_unregister_callback(nm_context, nm_callback_idx); 706 libnm_glib_unregister_callback(nm_context, nm_callback_idx);
707 707
708 if(nm_context) 708 if(nm_context)
709 libnm_glib_shutdown(nm_context); 709 libnm_glib_shutdown(nm_context);
710 #endif 710 #endif
711 } 711
712 purple_signal_unregister(purple_network_get_handle(),
713 "network-configuration-changed");
714 }