diff options
Diffstat (limited to 'time_wizard')
-rw-r--r-- | time_wizard/Ntp.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time_wizard/Ntp.pm b/time_wizard/Ntp.pm index b63197c1..fffd737b 100644 --- a/time_wizard/Ntp.pm +++ b/time_wizard/Ntp.pm @@ -42,11 +42,9 @@ my $o = { wiz_timezone => '' }, needed_rpm => [ 'ntp' ], - defaultimage => "$ENV{__WIZ_HOME__}time_wizard/images/Time.png" + defaultimage => "/usr/share/mcc/themes/default/time-mdk.png", }; -$::Wizard_pix_up = "/usr/share/mcc/themes/default/time-mdk.png"; - my $ntp_servers = timezone::ntp_servers(); my %actions = ( |