summaryrefslogtreecommitdiffstats
path: root/clock.pl
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-04 11:50:44 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-04 11:50:44 +0000
commit6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0 (patch)
treed3eb4476b8788028d048971f1c409d9412955cbe /clock.pl
parent4d5ad9047421ea7476578a9bce9b9d2a04460f2a (diff)
downloadcontrol-center-6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0.tar
control-center-6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0.tar.gz
control-center-6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0.tar.bz2
control-center-6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0.tar.xz
control-center-6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0.zip
- detect automatically timezone.
Diffstat (limited to 'clock.pl')
-rwxr-xr-xclock.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.pl b/clock.pl
index adfa3c80..338462c8 100755
--- a/clock.pl
+++ b/clock.pl
@@ -61,7 +61,7 @@ $vbox1->pack_start($button_time, 0, 1, 10);
$button_time->signal_connect ( clicked => sub {
local $::isEmbedded = 0;
$in->{timezone}={};
- add2hash($in->{timezone}, { timezone::read('') });
+ add2hash($in->{timezone}, timezone::read(''));
my $timezone = $in->{timezone}{timezone};
$in->{timezone}{timezone} = $in->ask_from_treelist(_("Timezone - DrakClock"), _("Which is your timezone?"), '/', [ timezone::getTimeZones('') ], $timezone);
if( defined($in->{timezone}{timezone}) ){