aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-02-15 15:10:49 -0500
committerMichael Terry <mike@mterry.name>2011-02-15 15:10:49 -0500
commit67264a791f282ac18eba02af4df73f71c9736886 (patch)
treefd4106fae2e850541bd293c1a157769fe0cb9ff8
parent02f8926f9c00954625a57e8d5d650e2523b98154 (diff)
downloadayatana-indicator-datetime-67264a791f282ac18eba02af4df73f71c9736886.tar.gz
ayatana-indicator-datetime-67264a791f282ac18eba02af4df73f71c9736886.tar.bz2
ayatana-indicator-datetime-67264a791f282ac18eba02af4df73f71c9736886.zip
start with current timezone selected
-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 2db6421..795403f 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -149,6 +149,7 @@ check_timezone_sync (void) {
// TODO work out the current time at that location
dbusmenu_menuitem_property_set (current_location, TIMEZONE_MENUITEM_PROP_RIGHT, "+tzone");
dbusmenu_menuitem_property_set_bool (current_location, DBUSMENU_MENUITEM_PROP_VISIBLE, TRUE);
+ dbusmenu_menuitem_property_set_bool(current_location, TIMEZONE_MENUITEM_PROP_RADIO, TRUE);
} else {
g_debug("Label for current location is null, this shouldn't happen");
}