summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-10-16 16:57:11 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-10-16 16:57:11 +0000
commit24e01720ca5535782944bc5c5440d98737e14b00 (patch)
treed10b3139e41cb81fbbe32ee1ab9224337a5495ed /perl-install/my_gtk.pm
parent084911b4d40e7a9cd66a7d3b6a31ad10e8b196a6 (diff)
downloaddrakx-backup-do-not-use-24e01720ca5535782944bc5c5440d98737e14b00.tar
drakx-backup-do-not-use-24e01720ca5535782944bc5c5440d98737e14b00.tar.gz
drakx-backup-do-not-use-24e01720ca5535782944bc5c5440d98737e14b00.tar.bz2
drakx-backup-do-not-use-24e01720ca5535782944bc5c5440d98737e14b00.tar.xz
drakx-backup-do-not-use-24e01720ca5535782944bc5c5440d98737e14b00.zip
fix dams suckiness breaking install2 --test
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index de6529815..cde2d0ea2 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -18,7 +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');
+add_icon_path(@ugtk::icon_paths, "$ENV{SHARE_PATH}/libDrakX/pixmaps", '/usr/lib/libDrakX/icons', 'standalone/icons');
my $forgetTime = 1000; #- in milli-seconds
$border = 5;