libpurple/core.c

changeset 41433
d563b345a096
parent 41396
2ef3d6eeffb3
child 41660
6a4db60af05b
--- a/libpurple/core.c	Fri Jun 10 20:42:36 2022 -0500
+++ b/libpurple/core.c	Wed Jun 15 00:32:22 2022 -0500
@@ -137,6 +137,8 @@
 		}
 	}
 
+	purple_notification_manager_startup();
+
 	purple_cmds_init();
 	purple_protocol_manager_startup();
 
@@ -244,6 +246,7 @@
 	purple_protocol_manager_shutdown();
 	purple_cmds_uninit();
 
+	purple_notification_manager_shutdown();
 	purple_history_manager_shutdown();
 
 	/* Everything after util_uninit cannot try to write things to the

mercurial