diff pidgin/gtkeventloop.c @ 18013:58e82c3b697e

It's GLIB_CHECK_VERSION, not GLIB_VERSION_CHECK.
author Richard Laager <rlaager@wiktel.com>
date Sun, 20 May 2007 14:46:04 +0000
parents f22986db6e70
children 44b4e8bd759b
line wrap: on
line diff
--- a/pidgin/gtkeventloop.c	Sun May 20 14:45:52 2007 +0000
+++ b/pidgin/gtkeventloop.c	Sun May 20 14:46:04 2007 +0000
@@ -120,7 +120,7 @@
 	pidgin_input_add,
 	g_source_remove,
 	NULL, /* input_get_error */
-#if GLIB_VERSION_CHECK(2,14,0)
+#if GLIB_CHECK_VERSION(2,14,0)
 	g_timeout_add_seconds,
 #else
 	NULL,