Movie window: use the imageviewer_no_pic icon to indicate a missing poster
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 4 Aug 2010 16:23:16 +0000 (18:23 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 5 Aug 2010 19:05:00 +0000 (21:05 +0200)
Unify appearance of movie title and year between list view and movie window.

src/movie-window.vala

index 5d751b6..ecc4e9e 100644 (file)
@@ -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);
                                }