diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-05-17 15:46:42 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-05-17 15:46:42 -0500 |
commit | da61c2a69e259b029c39a6deb0f65217d90e73e4 (patch) | |
tree | 6fb2b04181a6f16cad0e2961b1d614b25f486f35 /src/datetime-prefs.c | |
parent | bb897860e0a72f3dd0fa5bef86832b725e448712 (diff) | |
download | ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.tar.gz ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.tar.bz2 ayatana-indicator-datetime-da61c2a69e259b029c39a6deb0f65217d90e73e4.zip |
Add the "Time in auto-detected location" setting described in https://wiki.ubuntu.com/TimeAndDate
Diffstat (limited to 'src/datetime-prefs.c')
-rw-r--r-- | src/datetime-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datetime-prefs.c b/src/datetime-prefs.c index 611d9ef..d80a59f 100644 --- a/src/datetime-prefs.c +++ b/src/datetime-prefs.c @@ -733,6 +733,8 @@ indicator_datetime_panel_init (IndicatorDatetimePanel * self) "active", G_SETTINGS_BIND_DEFAULT); g_settings_bind (conf, SETTINGS_SHOW_EVENTS_S, WIG ("showEventsCheck"), "active", G_SETTINGS_BIND_DEFAULT); + g_settings_bind (conf, SETTINGS_SHOW_DETECTED_S, WIG ("showDetectedCheck"), + "active", G_SETTINGS_BIND_DEFAULT); g_settings_bind (conf, SETTINGS_SHOW_LOCATIONS_S, WIG ("showLocationsCheck"), "active", G_SETTINGS_BIND_DEFAULT); |