[gnome-panel] clock: remove workaround...



commit 6ca0e5dee4142d7995827b28ff674006ee3f8dd4
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Nov 14 00:34:07 2014 +0200

    clock: remove workaround...
    
    ... and bump libgweather required version to 3.10.1

 applets/clock/clock.c |    3 +--
 configure.ac          |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index e86cc0e..71f361d 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -1617,8 +1617,7 @@ edit_clear (ClockData *cd)
         GtkWidget *lon_combo = _clock_get_widget (cd, "edit-location-longitude-combo");
 
         /* clear out the old data */
-        /* TODO: reinstate after bumping to gweather >= 3.10.1 */
-        //gweather_location_entry_set_location (cd->location_entry, NULL);
+        gweather_location_entry_set_location (cd->location_entry, NULL);
         gweather_timezone_menu_set_tzid (cd->zone_combo, NULL);
 
         gtk_entry_set_text (GTK_ENTRY (lat_entry), "");
diff --git a/configure.ac b/configure.ac
index b63cd08..c69b8ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ TELEPATHY_GLIB_REQUIRED=0.14.0
 LIBECAL_REQUIRED=3.5.3
 LIBEDATASERVER_REQUIRED=3.5.3
 CAIRO_REQUIRED=1.0.0
-GWEATHER_REQUIRED=3.9.2
+GWEATHER_REQUIRED=3.10.1
 DCONF_REQUIRED=0.13.4
 LIBRSVG_REQUIRED=2.36.2
 


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