From 7275ed577dcb901b378ca87390e66fd29ec6603d Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Wed, 30 Dec 2015 15:20:54 +0100 Subject: fixed icon and title --- scripts/manaproxy | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'scripts') diff --git a/scripts/manaproxy b/scripts/manaproxy index 61c99d51..323bc0d5 100755 --- a/scripts/manaproxy +++ b/scripts/manaproxy @@ -23,16 +23,7 @@ use ManaTools::Module::Proxy; use yui; -my $wm_icon = "/usr/share/mcc/themes/default/drakproxy-mdk.png"; -my $wm_name = "Proxies configuration"; - -yui::YUI::app()->setApplicationTitle($wm_name); -yui::YUI::app()->setApplicationIcon($wm_icon); - -my $proxyMan = ManaTools::Module::Proxy->new({ - icon => $wm_icon, - name => $wm_name - }); +my $proxyMan = ManaTools::Module::Proxy->new(); $proxyMan->start(); 1; -- cgit v1.2.1