[gnome-music] songs: make sure we remember the populate state for songs view



commit 6d184c20681b5f840ab66583b69a84d73b3949c2
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jun 23 13:23:56 2014 +0200

    songs: make sure we remember the populate state for songs view

 gnomemusic/view.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index d428022..ba0c8a0 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -578,6 +578,7 @@ class Songs(ViewContainer):
 
     @log
     def populate(self):
+        self._init = True
         if grilo.tracker:
             GLib.idle_add(grilo.populate_songs, self._offset, self._add_item)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]