[gnome-music] Do not get the spinner rendered



commit 53bbff739634c3a13aeb94b7f9aaccdcc9bf680e
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jun 21 16:29:57 2013 +0200

    Do not get the spinner rendered
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702822

 libgd       |    2 +-
 src/view.js |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libgd b/libgd
index 801ddd1..3fca3b6 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit 801ddd1edd4c88f07468938bd6166e3b2a433730
+Subproject commit 3fca3b6073a25b2c8ed4e16135ff3b17912141b6
diff --git a/src/view.js b/src/view.js
index 06a53dc..35d057d 100644
--- a/src/view.js
+++ b/src/view.js
@@ -209,16 +209,16 @@ const ViewContainer = new Lang.Class({
                     this.player.discoverer.discover_uri(item.get_url());
                 this._model.set(
                         iter,
-                        [0, 1, 2, 3, 4, 5, 8, 10],
-                        [toString(item.get_id()), "", item.get_title(), artist, this._symbolicIcon, item, 
nowPlayingIconName,  false]
+                        [0, 1, 2, 3, 4, 5, 7, 8, 10],
+                        [toString(item.get_id()), "", item.get_title(), artist, this._symbolicIcon, item, 
-1, nowPlayingIconName,  false]
                     );
             } catch(err) {
                 log(err.message);
                 log("failed to discover url " + item.get_url());
                 this._model.set(
                         iter,
-                        [0, 1, 2, 3, 4, 5, 8, 10],
-                        [toString(item.get_id()), "", item.get_title(), artist, this._symbolicIcon, item, 
errorIconName, true]
+                        [0, 1, 2, 3, 4, 5, 7, 8, 10],
+                        [toString(item.get_id()), "", item.get_title(), artist, this._symbolicIcon, item, 
-1, errorIconName, true]
                     );
             }
             GLib.idle_add(300, Lang.bind(this, this._updateAlbumArt, item, iter));


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