From: Philipp Zabel Date: Thu, 5 Aug 2010 18:29:37 +0000 (+0200) Subject: Movie list view: add comments X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=ec4b85a1cd1d516196a27dfeb81aa8ba1592504a;p=cinaest Movie list view: add comments --- diff --git a/src/movie-list-view.vala b/src/movie-list-view.vala index 0b695cf..efb1c2e 100644 --- a/src/movie-list-view.vala +++ b/src/movie-list-view.vala @@ -373,6 +373,7 @@ public class MovieListView : PannableArea { else poster = new Poster (); poster.small = pixbuf; + // Notify store of the poster change movie.poster = poster; } @@ -383,6 +384,7 @@ public class MovieListView : PannableArea { else poster = new Poster (); poster.icon = pixbuf; + // Notify store of the poster change movie.poster = poster; }