[gnome-panel/gnome-3-8] Fix clock applet preferences Reload locations list in preferences dialog when new location is added
- From: Philipp Kaluza <phk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/gnome-3-8] Fix clock applet preferences Reload locations list in preferences dialog when new location is added
- Date: Tue, 8 Jul 2014 17:54:27 +0000 (UTC)
commit 96e1070f3c7c69282283b19d6b7b5ef93a10fe15
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Fri May 23 17:43:25 2014 +0300
Fix clock applet preferences
Reload locations list in preferences dialog when new location is
added or removed.
applets/clock/clock.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/applets/clock/clock.c b/applets/clock/clock.c
index 41ffb9b..5eb23d3 100644
--- a/applets/clock/clock.c
+++ b/applets/clock/clock.c
@@ -1423,6 +1423,8 @@ save_cities_store (ClockData *cd)
g_settings_set_value (cd->applet_settings, "cities",
g_variant_builder_end (&builder));
+
+ create_cities_store (cd);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]