diff src/core.c @ 10322:2a132b73a6e6

[gaim-migrate @ 11529] I shuffled around lots of sound code and made the buddy-signon/signoff sounds work again. And I did it by making sound.c connec to the buddy-signon signal. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 23:19:16 +0000
parents 52c2303f60dc
children bed2c96bc1fb
line wrap: on
line diff
--- a/src/core.c	Sun Dec 05 21:25:44 2004 +0000
+++ b/src/core.c	Sun Dec 05 23:19:16 2004 +0000
@@ -131,6 +131,7 @@
 	gaim_accounts_uninit();
 	gaim_statuses_uninit();
 	gaim_prefs_uninit();
+	gaim_sound_uninit();
 
 	gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n");
 	gaim_plugins_destroy_all();