aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-10-07 10:05:40 -0600
committerTed Gould <ted@gould.cx>2010-10-07 10:05:40 -0600
commitd929aed8fbc3fc80a51df43f586c5cac122d8bc5 (patch)
tree5b7b7c558d9403860d7d3f3f999742435a1faa1f
parent32c2357c2aa4033d612a52a56767bb375814fdab (diff)
downloadayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.tar.gz
ayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.tar.bz2
ayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.zip
Timezone changed, recache
-rw-r--r--src/datetime-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 0ca4051..dffe002 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -221,6 +221,7 @@ build_menus (DbusmenuMenuitem * root)
static void
timezone_changed (GFileMonitor * monitor, GFile * file, GFile * otherfile, GFileMonitorEvent event, gpointer user_data)
{
+ update_current_timezone();
datetime_interface_update(DATETIME_INTERFACE(user_data));
update_datetime(NULL);
setup_timer();