[gnome-panel] clock: libgweather required version is 3.28.0



commit b8c494c0205101d9e7e849bb6a8be27a12efffd3
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Sep 9 20:10:57 2018 +0300

    clock: libgweather required version is 3.28.0

 modules/clock/clock-location.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/modules/clock/clock-location.c b/modules/clock/clock-location.c
index 89a12e264..25bfc030b 100644
--- a/modules/clock/clock-location.c
+++ b/modules/clock/clock-location.c
@@ -477,11 +477,7 @@ setup_weather_updates (ClockLocation *loc)
                priv->weather_timeout = 0;
        }
 
-#if GWEATHER_CHECK_VERSION (3, 27, 2)
        priv->weather_info = gweather_info_new (priv->loc);
-#else
-       priv->weather_info = gweather_info_new (priv->loc, GWEATHER_FORECAST_LIST);
-#endif
 
        g_signal_connect (priv->weather_info, "updated",
                          G_CALLBACK (weather_info_updated), loc);


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