From c5ab302f6d729e516f807f16f366ce660d6797f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2002 21:52:20 +0000 Subject: (@icon_paths): ease testing --- perl-install/my_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/my_gtk.pm') diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index cc2a2f4bb..048ce9923 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", "/usr/lib/libDrakX/icons", "pixmaps"); +my @icon_paths = ($ENV{SHARE_PATH}, "$ENV{SHARE_PATH}/icons", "$ENV{SHARE_PATH}/libDrakX/pixmaps", "/usr/lib/libDrakX/icons", "pixmaps", 'standalone/icons'); sub add_icon_path { @icon_paths = uniq(@icon_paths, @_) } -- cgit v1.2.1