Movie list view: add comments
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 5 Aug 2010 18:29:37 +0000 (20:29 +0200)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 5 Aug 2010 19:27:00 +0000 (21:27 +0200)
src/movie-list-view.vala

index 0b695cf..efb1c2e 100644 (file)
@@ -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;
        }