pidgin: 094942f0: Correct typo in comment

markdoliner at pidgin.im markdoliner at pidgin.im
Tue Nov 9 20:25:27 EST 2010


----------------------------------------------------------------------
Revision: 094942f014a13323160fa3a7843796091fd5cde8
Parent:   5c713a32d5129f0f61f601808088dde29bdaa9ca
Author:   markdoliner at pidgin.im
Date:     11/09/10 20:22:53
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/094942f014a13323160fa3a7843796091fd5cde8

Changelog: 

Correct typo in comment

Changes against parent 5c713a32d5129f0f61f601808088dde29bdaa9ca

  patched  libpurple/protocols/oscar/oscar.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	c3403bd5aac2a5b848608de84b0350b52047c706
+++ libpurple/protocols/oscar/oscar.c	ed1cad230ae35138c4d91a29e97c8db24fdbbb80
@@ -644,7 +644,7 @@ static void hash_table_get_list_of_keys(
 
 	*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 @@ oscar_login(PurpleAccount *account)
 #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);


More information about the Commits mailing list