summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-10-01 09:54:32 +0000
committerdamien <damien@mandriva.com>2002-10-01 09:54:32 +0000
commite673b5be34e0c90c125fde53551393da44e74ea3 (patch)
treec14eff0508a7b5399314b65c1f507dbcd5efef82 /perl-install/my_gtk.pm
parent145fe8f44385433cc81f3cdb775999e83b22f36d (diff)
downloaddrakx-backup-do-not-use-e673b5be34e0c90c125fde53551393da44e74ea3.tar
drakx-backup-do-not-use-e673b5be34e0c90c125fde53551393da44e74ea3.tar.gz
drakx-backup-do-not-use-e673b5be34e0c90c125fde53551393da44e74ea3.tar.bz2
drakx-backup-do-not-use-e673b5be34e0c90c125fde53551393da44e74ea3.tar.xz
drakx-backup-do-not-use-e673b5be34e0c90c125fde53551393da44e74ea3.zip
mdk icon_path are added here
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index e2ce4fa1b..de6529815 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -18,6 +18,7 @@ use ugtk qw(:helpers :wrappers :various);
use common;
use log;
+add_icon_path(@icon_paths, "$ENV{SHARE_PATH}/libDrakX/pixmaps", '/usr/lib/libDrakX/icons', 'standalone/icons');
my $forgetTime = 1000; #- in milli-seconds
$border = 5;