From: Philipp Zabel Date: Wed, 4 Aug 2010 16:23:16 +0000 (+0200) Subject: Movie window: use the imageviewer_no_pic icon to indicate a missing poster X-Git-Url: http://vcs.maemo.org/git/?p=cinaest;a=commitdiff_plain;h=8f96d69d7e75a5f8c4228f5d77b5c6020b7b30fc Movie window: use the imageviewer_no_pic icon to indicate a missing poster Unify appearance of movie title and year between list view and movie window. --- diff --git a/src/movie-window.vala b/src/movie-window.vala index 5d751b6..ecc4e9e 100644 --- a/src/movie-window.vala +++ b/src/movie-window.vala @@ -52,7 +52,7 @@ public class MovieWindow : StackableWindow { } else { // FIXME if (no_poster == null) try { - no_poster = new Gdk.Pixbuf.from_file ("/usr/share/icons/hicolor/124x124/hildon/general_video.png"); + no_poster = new Gdk.Pixbuf.from_file ("/usr/share/icons/hicolor/64x64/hildon/imageviewer_no_pic.png"); } catch (Error e) { critical ("Missing general_video icon: %s\n", e.message); }