# HG changeset patch # User Mark Doliner # Date 1289352173 0 # Node ID 198375f06059a19798658c414e4fc88be167b63a # Parent e17ac5b9621faab48cc0df45fa516a3913870c31 Correct typo in comment diff -r e17ac5b9621f -r 198375f06059 libpurple/protocols/oscar/oscar.c --- 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);