ekiga r6930 - in trunk: . src/endpoints
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6930 - in trunk: . src/endpoints
- Date: Thu, 11 Sep 2008 16:57:02 +0000 (UTC)
Author: jpuydt
Date: Thu Sep 11 16:57:02 2008
New Revision: 6930
URL: http://svn.gnome.org/viewvc/ekiga?rev=6930&view=rev
Log:
Fixed #551837.
Modified:
trunk/ChangeLog
trunk/src/endpoints/manager.cpp
Modified: trunk/src/endpoints/manager.cpp
==============================================================================
--- trunk/src/endpoints/manager.cpp (original)
+++ trunk/src/endpoints/manager.cpp Thu Sep 11 16:57:02 2008
@@ -145,7 +145,11 @@
// used to communicate with the StunDetector
+#if GLIB_CHECK_VERSION(2,16,0)
queue = g_async_queue_new_full (g_free);
+#else
+ queue = g_async_queue_new ();
+#endif
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]