pidgin: 966a7ce9: jabber/bosh: We require glib 2.16 now, t..

darkrain42 at pidgin.im darkrain42 at pidgin.im
Wed May 11 00:44:15 EDT 2011


----------------------------------------------------------------------
Revision: 966a7ce9ff17146829f33951f30743c61727330c
Parent:   e09847cb3f7316d9a193184e236421bea704bd4b
Author:   darkrain42 at pidgin.im
Date:     05/10/11 22:42:52
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/966a7ce9ff17146829f33951f30743c61727330c

Changelog: 

jabber/bosh: We require glib 2.16 now, this was added in 2.16

Changes against parent e09847cb3f7316d9a193184e236421bea704bd4b

  patched  libpurple/protocols/jabber/bosh.c

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/bosh.c	abcfb33b443a534e8f0813a1fcd4cc29456eea15
+++ libpurple/protocols/jabber/bosh.c	d38d958250a7e80f988e8594ef0bdbc60e285e9b
@@ -484,13 +484,7 @@ jabber_bosh_disable_pipelining(PurpleBOS
 		/* Shouldn't happen; this should be the only place pipelining
 		 * is turned off.
 		 */
-#if GLIB_CHECK_VERSION(2,16,0)
 		g_warn_if_reached();
-#else
-		g_log(G_LOG_DOMAIN, G_LOG_LEVEL_WARNING,
-				"(%s:%d):%s%s code should not be reached",
-				__FILE__, __LINE__, G_STRFUNC, G_STRFUNC[0] ? ":" : "");
-#endif
 	}
 }
 


More information about the Commits mailing list