[gnome-music/wip/gbsneto/flowbox: 11/11] albums: show a loading icon while fetching album art



commit 580a07d4c79fdb6761592ffc4da4cb7efbffc420
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Aug 9 04:35:39 2016 -0300

    albums: show a loading icon while fetching album art

 gnomemusic/view.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index a09d782..8214068 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -483,6 +483,7 @@ class Albums(ViewContainer):
 
         child.title.set_label(title)
         child.subtitle.set_label(artist)
+        child.image.set_from_pixbuf(self._loadingIcon)
 
         child.check.connect('notify::active', self._on_child_toggled, child)
 


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