summaryrefslogtreecommitdiffstats
path: root/bin/drakids
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-10 10:09:10 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-10 10:09:10 +0000
commit40348a760c3b1d07924db2c7feefa14e2cc5bfae (patch)
treec34c2adcd72c268d41f58a60a7517137516542c8 /bin/drakids
parent30d3baad9e51c330ce3ce02640d851cd57d4bf79 (diff)
downloaddrakx-net-40348a760c3b1d07924db2c7feefa14e2cc5bfae.tar
drakx-net-40348a760c3b1d07924db2c7feefa14e2cc5bfae.tar.gz
drakx-net-40348a760c3b1d07924db2c7feefa14e2cc5bfae.tar.bz2
drakx-net-40348a760c3b1d07924db2c7feefa14e2cc5bfae.tar.xz
drakx-net-40348a760c3b1d07924db2c7feefa14e2cc5bfae.zip
do not hardcode icon extension and path
Diffstat (limited to 'bin/drakids')
-rw-r--r--bin/drakids2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakids b/bin/drakids
index 933a94e..dd3259e 100644
--- a/bin/drakids
+++ b/bin/drakids
@@ -37,7 +37,7 @@ my $services_log = create_service_list('status');
my $allowed_services = create_service_list();
my $blocked_services = create_service_list();
-$ugtk2::wm_icon = "/usr/lib/libDrakX/icons/drakfirewall.png";
+$ugtk2::wm_icon = "drakfirewall";
my $w = ugtk2->new(N("Interactive Firewall"));
my $ifw;