pidgin/pidgin

Parents 72d67a705fae
Children ca0198d7ccdd
Fix a bug where we tell the preferences to disconnect the wrong signals

Testing Done:
Compiled and ran, didn't seen any issues, but then again we didn't see issues before either, but this was clearly wrong.

Reviewed at https://reviews.imfreedom.org/r/184/
--- a/libpurple/status.c Fri Oct 30 01:41:21 2020 -0500
+++ b/libpurple/status.c Fri Oct 30 16:34:27 2020 -0500
@@ -1356,7 +1356,7 @@
void
purple_statuses_uninit(void)
{
- purple_prefs_disconnect_by_handle(purple_prefs_get_handle());
+ purple_prefs_disconnect_by_handle(purple_statuses_get_handle());
}
/**************************************************************************/