diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-10-16 16:57:11 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-10-16 16:57:11 +0000 |
commit | 24e01720ca5535782944bc5c5440d98737e14b00 (patch) | |
tree | d10b3139e41cb81fbbe32ee1ab9224337a5495ed /perl-install/my_gtk.pm | |
parent | 084911b4d40e7a9cd66a7d3b6a31ad10e8b196a6 (diff) | |
download | drakx-24e01720ca5535782944bc5c5440d98737e14b00.tar drakx-24e01720ca5535782944bc5c5440d98737e14b00.tar.gz drakx-24e01720ca5535782944bc5c5440d98737e14b00.tar.bz2 drakx-24e01720ca5535782944bc5c5440d98737e14b00.tar.xz drakx-24e01720ca5535782944bc5c5440d98737e14b00.zip |
fix dams suckiness breaking install2 --test
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
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; |