diff options
author | Ted Gould <ted@gould.cx> | 2010-10-07 10:05:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-07 10:05:40 -0600 |
commit | d929aed8fbc3fc80a51df43f586c5cac122d8bc5 (patch) | |
tree | 5b7b7c558d9403860d7d3f3f999742435a1faa1f /src | |
parent | 32c2357c2aa4033d612a52a56767bb375814fdab (diff) | |
download | ayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.tar.gz ayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.tar.bz2 ayatana-indicator-datetime-d929aed8fbc3fc80a51df43f586c5cac122d8bc5.zip |
Timezone changed, recache
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 1 |
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(); |