Movie list store: hold a reference to the view and freeze when updating
[cinaest] / src / movie-list-view.vala
index d92a535..d469148 100644 (file)
@@ -163,6 +163,7 @@ public class MovieListView : PannableArea {
                }
 
                tree = create_treeview (window, show_date);
+               store.view = (Widget) tree;
 
                icons = create_iconview ();