summaryrefslogtreecommitdiff
path: root/libmateweather/weather.c
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-05-29 12:19:30 -0400
committerSteve Zesch <[email protected]>2012-05-29 12:19:30 -0400
commit44ec5aed7c1c7130caee72d56cf3a234603ef0d0 (patch)
tree77336bd340dddfe49be8c49bec6a7d8c0a4912a5 /libmateweather/weather.c
parent561c43c0463a41e819f31f42e30991e802b593df (diff)
downloadlibmateweather-44ec5aed7c1c7130caee72d56cf3a234603ef0d0.tar.bz2
libmateweather-44ec5aed7c1c7130caee72d56cf3a234603ef0d0.tar.xz
libsoup-mate doesn't exist. Use libsoup-gnome instead.
Diffstat (limited to 'libmateweather/weather.c')
-rw-r--r--libmateweather/weather.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmateweather/weather.c b/libmateweather/weather.c
index 19a8c09..e4084ac 100644
--- a/libmateweather/weather.c
+++ b/libmateweather/weather.c
@@ -549,8 +549,8 @@ _weather_info_fill (WeatherInfo *info,
if (!info->session) {
info->session = soup_session_async_new ();
-#ifdef HAVE_LIBSOUP_MATE
- soup_session_add_feature_by_type (info->session, SOUP_TYPE_PROXY_RESOLVER_MATE);
+#ifdef HAVE_LIBSOUP_GNOME
+ soup_session_add_feature_by_type (info->session, SOUP_TYPE_PROXY_RESOLVER_GNOME);
#endif
}