diff src/gtkroomlist.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 4e354776ae2a
children 77baefe979c6
line wrap: on
line diff
--- a/src/gtkroomlist.c	Wed Feb 18 07:22:53 2004 +0000
+++ b/src/gtkroomlist.c	Wed Feb 18 07:43:21 2004 +0000
@@ -79,7 +79,7 @@
 
 	if (dialog->roomlist) {
 		if (dialog->pg_to_active) {
-			g_source_remove(dialog->pg_update_to);
+			gaim_timeout_remove(dialog->pg_update_to);
 			dialog->pg_to_active = FALSE;
 			/* yes, that's right, unref it twice. */
 			gaim_roomlist_unref(dialog->roomlist);