diff -r 1edf059a4a26 -r 5af898e91ec2 pidgin/gtkeventloop.c --- 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