aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-12-30 15:20:54 +0100
committerAngelo Naselli <anaselli@linux.it>2015-12-30 15:20:54 +0100
commit7275ed577dcb901b378ca87390e66fd29ec6603d (patch)
treec45125e0ba9b3b4788052064955e2167c0bf3fd9 /scripts
parentb58d17211cd556246ba6775229704ee5e6e6e770 (diff)
downloadmanatools-7275ed577dcb901b378ca87390e66fd29ec6603d.tar
manatools-7275ed577dcb901b378ca87390e66fd29ec6603d.tar.gz
manatools-7275ed577dcb901b378ca87390e66fd29ec6603d.tar.bz2
manatools-7275ed577dcb901b378ca87390e66fd29ec6603d.tar.xz
manatools-7275ed577dcb901b378ca87390e66fd29ec6603d.zip
fixed icon and title
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/manaproxy11
1 files changed, 1 insertions, 10 deletions
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;