summaryrefslogtreecommitdiffstats
path: root/clock.pl
diff options
context:
space:
mode:
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}) ){