[vlc-commits] commit: Maemo: fix icons paths. (Konstantin Pavlov )

git at videolan.org git at videolan.org
Wed Dec 22 00:00:07 CET 2010


vlc/vlc-1.1 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Wed Dec 22 01:35:01 2010 +0300| [d5ae056bea1096b83f21858d019f1cc416067da9] | committer: Konstantin Pavlov 

Maemo: fix icons paths.
(cherry picked from commit 86589cdbbcb1b661bf103e7b8fb311968f739658)

Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=d5ae056bea1096b83f21858d019f1cc416067da9
---

 share/Makefile.am       |    2 +-
 share/maemo/vlc_intf.rc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index ab4a89f..d550832 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -409,7 +409,7 @@ DIST_maemo = \
 	maemo/next.png
 
 maemo_FILES = \
-	vlc32x32.png
+	icons/32x32/vlc.png
 
 DIST_solid = \
 	solid/vlc-opencda.desktop \
diff --git a/share/maemo/vlc_intf.rc b/share/maemo/vlc_intf.rc
index 8222819..b205ba4 100644
--- a/share/maemo/vlc_intf.rc
+++ b/share/maemo/vlc_intf.rc
@@ -37,6 +37,6 @@ style "videolan"
   stock["vlc-play"] = {{ "play.png" }}
   stock["vlc-pause"] = {{ "pause.png" }}
   stock["vlc-playlist"] = {{ "playlist.png" }}
-  stock["vlc"] = {{ "vlc32x32.png" }}
+  stock["vlc"] = {{ "../../icons/hicolor/32x32/apps/vlc.png" }}
 }
 widget "*" style "videolan"



More information about the vlc-commits mailing list