[gnome-applets] gweather: fix previous commit



commit 0ce71090e6dc5308fcb581d93b60a55cf88c2531
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Feb 4 20:13:08 2018 +0200

    gweather: fix previous commit

 gweather/src/gweather-applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gweather/src/gweather-applet.c b/gweather/src/gweather-applet.c
index 856140f..e93475a 100644
--- a/gweather/src/gweather-applet.c
+++ b/gweather/src/gweather-applet.c
@@ -378,7 +378,7 @@ void gweather_applet_create (GWeatherApplet *gw_applet)
 #if GWEATHER_CHECK_VERSION (3, 27, 2)
     gw_applet->gweather_info = gweather_info_new (NULL);
 #else
-    gw_applet->gweather_info = gweather_info_new (priv->loc, GWEATHER_FORECAST_LIST);
+    gw_applet->gweather_info = gweather_info_new (NULL, GWEATHER_FORECAST_LIST);
 #endif
 
     g_signal_connect (gw_applet->gweather_info, "updated",


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