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



commit 4eaa49566e067a11e1e46261595d4c3b746e2125
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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760164

 gnomemusic/view.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 91b9639..c9120d2 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]