diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-09-04 11:50:44 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-09-04 11:50:44 +0000 |
commit | 6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0 (patch) | |
tree | d3eb4476b8788028d048971f1c409d9412955cbe | |
parent | 4d5ad9047421ea7476578a9bce9b9d2a04460f2a (diff) | |
download | control-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.
-rwxr-xr-x | clock.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) ){ |