From 6dfa0236996bf2dec10b5fbf5ce4db17bb485ea0 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 4 Sep 2002 11:50:44 +0000 Subject: - detect automatically timezone. --- clock.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clock.pl') 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}) ){ -- cgit v1.2.1