comparison src/pounce.c @ 8287:ef881489396e

[gaim-migrate @ 9011] Another patch from Scott Lamb to change g_source_remove calls to gaim_timeout_remove. It also implements gaim_timeout_remove. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 18 Feb 2004 07:43:21 +0000
parents f24172f53650
children 1a016d979ce0
comparison
equal deleted inserted replaced
8286:89d9d004e3f3 8287:ef881489396e
1006 1006
1007 void 1007 void
1008 gaim_pounces_uninit() 1008 gaim_pounces_uninit()
1009 { 1009 {
1010 if (pounces_save_timer != 0) { 1010 if (pounces_save_timer != 0) {
1011 g_source_remove(pounces_save_timer); 1011 gaim_timeout_remove(pounces_save_timer);
1012 pounces_save_timer = 0; 1012 pounces_save_timer = 0;
1013 gaim_pounces_sync(); 1013 gaim_pounces_sync();
1014 } 1014 }
1015 1015
1016 gaim_signals_disconnect_by_handle(gaim_pounces_get_handle()); 1016 gaim_signals_disconnect_by_handle(gaim_pounces_get_handle());