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

git at videolan.org git at videolan.org
Tue Dec 21 23:35:54 CET 2010


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

Maemo: fix icons paths.

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

 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 703e880..b491900 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -397,7 +397,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