From 930439d08af2f1254657dc168fa01985dfb31839 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 31 Dec 2004 18:01:55 +0000 Subject: no need to have things twice in _icon_paths() --- perl-install/mygtk2.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 5a15b4a20..943742a84 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -638,9 +638,6 @@ sub _icon_paths() { (@icon_paths, (exists $ENV{SHARE_PATH} ? ($ENV{SHARE_PATH}, "$ENV{SHARE_PATH}/icons", "$ENV{SHARE_PATH}/libDrakX/pixmaps") : ()), "/usr/lib/libDrakX/icons", "pixmaps", 'standalone/icons', '/usr/share/rpmdrake/icons'); } -add_icon_path(@icon_paths, - exists $ENV{SHARE_PATH} ? "$ENV{SHARE_PATH}/libDrakX/pixmaps" : (), - '/usr/lib/libDrakX/icons', 'standalone/icons'); sub sync { my ($window) = @_; -- cgit v1.2.1