pidgin/gtkeventloop.c

changeset 18545
5af898e91ec2
parent 18075
1e4bb0043a98
child 19859
71d37b57eff2
--- a/pidgin/gtkeventloop.c	Sat May 26 13:48:41 2007 +0000
+++ b/pidgin/gtkeventloop.c	Sun Jul 01 00:55:03 2007 +0000
@@ -120,7 +120,11 @@
 	pidgin_input_add,
 	g_source_remove,
 	NULL, /* input_get_error */
+#if GLIB_CHECK_VERSION(2,14,0)
+	g_timeout_add_seconds,
+#else
 	NULL,
+#endif
 	NULL,
 	NULL,
 	NULL

mercurial