diff options
author | damien <damien@mandriva.com> | 2002-02-22 15:23:52 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-02-22 15:23:52 +0000 |
commit | ddd2816bf131550471d645cb7f15852d564e8145 (patch) | |
tree | 2f53614d0614773770b62d5f8e7dd93b738832a8 /perl-install/my_gtk.pm | |
parent | e04bc37fff579e84a90219649989e3108d46ab0c (diff) | |
download | drakx-ddd2816bf131550471d645cb7f15852d564e8145.tar drakx-ddd2816bf131550471d645cb7f15852d564e8145.tar.gz drakx-ddd2816bf131550471d645cb7f15852d564e8145.tar.bz2 drakx-ddd2816bf131550471d645cb7f15852d564e8145.tar.xz drakx-ddd2816bf131550471d645cb7f15852d564e8145.zip |
corrected icon paths
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 d08e33d83..6e02969ca 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -364,7 +364,7 @@ sub gtkctree_children { @l; } -my @icon_paths = ($ENV{SHARE_PATH}, "$ENV{SHARE_PATH}/icons", "$ENV{SHARE_PATH}/libDrakX/pixmaps", "pixmaps"); +my @icon_paths = ($ENV{SHARE_PATH}, "$ENV{SHARE_PATH}/icons", "/usr/lib/libDrakX/icons", "/usr/lib/libDrakX/pixmaps", "pixmaps"); sub add_icon_path { @icon_paths = uniq(@icon_paths, @_) } |