summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclock.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.pl b/clock.pl
index d92f44a7..e92a6141 100755
--- a/clock.pl
+++ b/clock.pl
@@ -33,7 +33,7 @@ my $button_time = Gtk2::Button->new(N("Time Zone"));
$button_time->signal_connect(clicked => sub {
local $::isEmbedded = 0; # to prevent sub window embedding
$in->{timezone} = {};
- add2hash($in->{timezone}, timezone::read(''));
+ add2hash($in->{timezone}, timezone::read());
my $timezone = $in->{timezone}{timezone};
$in->{timezone}{timezone} = $in->ask_from_treelist(N("Timezone - DrakClock"), N("Which is your timezone?"), '/', [ timezone::getTimeZones('') ], $timezone);
if (defined($in->{timezone}{timezone})) {