diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/manahost | 11 |
1 files changed, 1 insertions, 10 deletions
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; |