changeset 31358:198375f06059

Correct typo in comment
author Mark Doliner <mark@kingant.net>
date Wed, 10 Nov 2010 01:22:53 +0000
parents e17ac5b9621f
children 1b67c62c1051
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Wed Nov 10 01:17:22 2010 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Wed Nov 10 01:22:53 2010 +0000
@@ -644,7 +644,7 @@
 
 	*handlers = g_list_prepend(*handlers, key);
 }
-#endif /* GLIB < 2.12.0 */
+#endif /* GLIB < 2.14.0 */
 
 void
 oscar_login(PurpleAccount *account)
@@ -720,7 +720,7 @@
 #else
 	handlers = NULL;
 	g_hash_table_foreach(od->handlerlist, hash_table_get_list_of_keys, &handlers);
-#endif /* GLIB < 2.12.0 */
+#endif /* GLIB < 2.14.0 */
 	sorted_handlers = g_list_sort(g_list_copy(handlers), compare_handlers);
 	for (cur = sorted_handlers; cur; cur = cur->next) {
 		guint x = GPOINTER_TO_UINT(cur->data);