diff src/win32/win32dep.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 e64d5472854b
line wrap: on
line diff
--- a/src/win32/win32dep.c	Wed Feb 18 07:22:53 2004 +0000
+++ b/src/win32/win32dep.c	Wed Feb 18 07:43:21 2004 +0000
@@ -128,7 +128,7 @@
                 WGAIM_FLASH_INFO *finfo = data;        
                 /* Stop flashing and remove filter */
                 gaim_debug(GAIM_DEBUG_INFO, "wgaim", "Removing timeout\n");
-                g_source_remove(finfo->t_handle);
+                gaim_timeout_remove(finfo->t_handle);
                 gaim_debug(GAIM_DEBUG_INFO, "wgaim", "Disconnecting signal handler\n");
                 g_signal_handler_disconnect(G_OBJECT(widget),finfo->sig_handler);
                 gaim_debug(GAIM_DEBUG_INFO, "wgaim", "done\n");