rhythmbox r5826 - in trunk: . lib



Author: jmatthew
Date: Tue Jul 29 21:41:20 2008
New Revision: 5826
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5826&view=rev

Log:
2008-07-30  Jonathan Matthew  <jonathan d14n org>

	* lib/rb-proxy-config.c:  Fix build without libsoup 2.4.


Modified:
   trunk/ChangeLog
   trunk/lib/rb-proxy-config.c

Modified: trunk/lib/rb-proxy-config.c
==============================================================================
--- trunk/lib/rb-proxy-config.c	(original)
+++ trunk/lib/rb-proxy-config.c	Tue Jul 29 21:41:20 2008
@@ -260,6 +260,7 @@
 	}
 }
 
+#if defined(HAVE_LIBSOUP)
 /**
  * rb_proxy_config_get_libsoup_uri:
  * @config: a #RBProxyConfig
@@ -286,4 +287,5 @@
 
 	return uri;
 }
+#endif
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]