aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/manaproxy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/manaproxy')
-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;