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



commit 914e7ed25ebd394b19ad6f31feff0183d3ee9852
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 7145001..cfd23b7 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -485,6 +485,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]