From da652f7f2d55d3933632017e4bbcac5ae227f078 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 30 Dec 2015 14:59:05 +0100 Subject: fixed icon and title --- scripts/manahost | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/manahost b/scripts/manahost index b773f1f9..47479890 100755 --- a/scripts/manahost +++ b/scripts/manahost @@ -23,16 +23,7 @@ use ManaTools::Module::Hosts; use yui; -my $wm_icon = "/usr/lib/libDrakX/icons/IC-Dhost-48.png"; -my $wm_name = "Manage hosts definitions"; - -yui::YUI::app()->setApplicationTitle($wm_name); -yui::YUI::app()->setApplicationIcon($wm_icon); - -my $hostMan = ManaTools::Module::Hosts->new({ - icon => $wm_icon, - name => $wm_name - }); +my $hostMan = ManaTools::Module::Hosts->new(); $hostMan->start(); 1; -- cgit v1.2.1