Commit 86589cdb authored by Konstantin Pavlov's avatar Konstantin Pavlov

Maemo: fix icons paths.

parent 01dbb084
...@@ -397,7 +397,7 @@ DIST_maemo = \ ...@@ -397,7 +397,7 @@ DIST_maemo = \
maemo/next.png maemo/next.png
maemo_FILES = \ maemo_FILES = \
vlc32x32.png icons/32x32/vlc.png
DIST_solid = \ DIST_solid = \
solid/vlc-opencda.desktop \ solid/vlc-opencda.desktop \
......
...@@ -37,6 +37,6 @@ style "videolan" ...@@ -37,6 +37,6 @@ style "videolan"
stock["vlc-play"] = {{ "play.png" }} stock["vlc-play"] = {{ "play.png" }}
stock["vlc-pause"] = {{ "pause.png" }} stock["vlc-pause"] = {{ "pause.png" }}
stock["vlc-playlist"] = {{ "playlist.png" }} stock["vlc-playlist"] = {{ "playlist.png" }}
stock["vlc"] = {{ "vlc32x32.png" }} stock["vlc"] = {{ "../../icons/hicolor/32x32/apps/vlc.png" }}
} }
widget "*" style "videolan" widget "*" style "videolan"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment