diff src/protocols/trepia/trepia.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 9d1a984681fe
children e3c059c3d92d
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c	Tue Feb 17 01:33:20 2004 +0000
+++ b/src/protocols/trepia/trepia.c	Tue Feb 17 02:17:48 2004 +0000
@@ -911,6 +911,11 @@
 					serv_got_update(session->gc, username, 1, 0, 0, 0, 0);
 				}
 
+				/*
+				 * XXX
+				 * This does nothing when using a non-gtk event loop.
+				 * What is it supposed to accomplish anyway?
+				 */
 				ctx = g_main_context_default();
 
 				while (g_main_context_pending(ctx))