comparison src/gtkmain.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 61852117568f
children bb2514e075db
comparison
equal deleted inserted replaced
10321:782c1b564906 10322:2a132b73a6e6
767 startup_notification_complete(); 767 startup_notification_complete();
768 #endif 768 #endif
769 769
770 gtk_main(); 770 gtk_main();
771 771
772 gaim_sound_shutdown();
773 #ifdef _WIN32 772 #ifdef _WIN32
774 wgaim_cleanup(); 773 wgaim_cleanup();
775 #endif 774 #endif
776 775
777 return 0; 776 return 0;