diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-01-10 12:36:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-01-11 00:33:53 +0800 |
commit | 0bd9354282840a7195aa1aa97435d1557f27765a (patch) | |
tree | 9ea87771d0036016c3b4a6e6529e0a135a27f4e5 /calendar/gui | |
parent | 611fda70547f7a5258a1eaf52691cb05f8b3ec63 (diff) | |
download | gsoc2013-evolution-0bd9354282840a7195aa1aa97435d1557f27765a.tar.gz gsoc2013-evolution-0bd9354282840a7195aa1aa97435d1557f27765a.tar.zst gsoc2013-evolution-0bd9354282840a7195aa1aa97435d1557f27765a.zip |
Whitespace cleanup.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/config-data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/config-data.c b/calendar/gui/alarm-notify/config-data.c index a55a9ddd29..406c28abd6 100644 --- a/calendar/gui/alarm-notify/config-data.c +++ b/calendar/gui/alarm-notify/config-data.c @@ -211,7 +211,7 @@ config_data_get_timezone (void) if (gconf_client_get_bool (conf_client, "/apps/evolution/calendar/display/use_system_timezone", NULL)) location = e_cal_util_get_system_timezone_location (); - else + else location = gconf_client_get_string (conf_client, "/apps/evolution/calendar/display/timezone", NULL); if (location && location[0]) { |