[Libreoffice-commits] .: solenv/bin

Matus Kukan mkukan at kemper.freedesktop.org
Fri May 20 13:20:59 PDT 2011


 solenv/bin/image-sort.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1fe7eea0a78237b7423be440f7cd4b99b79a3df8
Author: Matus Kukan <matus.kukan at gmail.com>
Date:   Fri May 20 18:09:28 2011 +0200

    replace res/commandimagelist with cmd

diff --git a/solenv/bin/image-sort.pl b/solenv/bin/image-sort.pl
index e22faac..caf699f 100755
--- a/solenv/bin/image-sort.pl
+++ b/solenv/bin/image-sort.pl
@@ -28,7 +28,7 @@ sub read_new_icons($$)
     my @new_icons;
     my %new_icons;
     for my $icon (@images) {
-    my $iname = "res/commandimagelist/" . $prefix . $icon . ".png";
+    my $iname = "cmd/" . $prefix . $icon . ".png";
     if (!defined $global_hash{$iname} &&
         !defined $new_icons{$iname}) {
         push @new_icons, $iname;


More information about the Libreoffice-commits mailing list