summaryrefslogtreecommitdiff
path: root/libmateweather
diff options
context:
space:
mode:
Diffstat (limited to 'libmateweather')
-rw-r--r--libmateweather/weather-priv.h4
-rw-r--r--libmateweather/weather.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/libmateweather/weather-priv.h b/libmateweather/weather-priv.h
index ccc7c2a..39534c7 100644
--- a/libmateweather/weather-priv.h
+++ b/libmateweather/weather-priv.h
@@ -24,8 +24,8 @@
#include <time.h>
#include <libintl.h>
#include <math.h>
-#ifdef HAVE_LIBSOUP_MATE
-#include <libsoup/soup-mate.h>
+#ifdef HAVE_LIBSOUP_GNOME
+#include <libsoup/soup-gnome.h>
#else
#include <libsoup/soup.h>
#endif
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
}