diff src/protocols/jabber/jabber.c @ 8273:f24172f53650

[gaim-migrate @ 8997] This is Scott Lamb's eventloop abstraction patch. If it breaks things, Scott Lamb will be glad to take the punishment. If it doesn't, it should make integration into other event loops easier. Well, no, not easier, harder actually, but it'll be done more appropriately and less hackily.. er, hacky. Is hackily a word? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 17 Feb 2004 02:17:48 +0000
parents 22b3974dc1af
children dd6fe7d965aa
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Tue Feb 17 01:33:20 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Tue Feb 17 02:17:48 2004 +0000
@@ -438,7 +438,7 @@
 static void
 jabber_connection_schedule_close(JabberStream *js)
 {
-	g_timeout_add(0, conn_close_cb, js);
+	gaim_timeout_add(0, conn_close_cb, js);
 }
 
 static void