From 16a6a85d242e085b92b59a93999de89b0f048d98 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 18 Dec 2015 02:05:33 -0600 Subject: Add upstream fixes for clock applet --- gnome-panel-3.14-clock-fixes.patch | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gnome-panel-3.14-clock-fixes.patch (limited to 'gnome-panel-3.14-clock-fixes.patch') diff --git a/gnome-panel-3.14-clock-fixes.patch b/gnome-panel-3.14-clock-fixes.patch new file mode 100644 index 0000000..6a74b83 --- /dev/null +++ b/gnome-panel-3.14-clock-fixes.patch @@ -0,0 +1,34 @@ +commit 3c8387188a699c797bef08c8a24ad2f988cd994c +commit 6ca0e5dee4142d7995827b28ff674006ee3f8dd4 + +--- a/applets/clock/clock.c ++++ b/applets/clock/clock.c +@@ -1213,7 +1213,6 @@ location_set_current_cb (ClockLocation *loc, + if (cd->map_widget) + clock_map_refresh (CLOCK_MAP (cd->map_widget)); + update_location_tiles (cd); +- save_cities_store (cd); + } + + static void +@@ -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), ""); +--- 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 + -- cgit