[gnome-music/wip/gtkmaster] Do not get the spinner rendered



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

    Do not get the spinner rendered

 libgd       |    2 +-
 src/view.js |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libgd b/libgd
index 7832fc3..3fca3b6 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit 7832fc35a7bf8c58febc8605feb1dede0591c9ec
+Subproject commit 3fca3b6073a25b2c8ed4e16135ff3b17912141b6
diff --git a/src/view.js b/src/view.js
index 4b22429..0656c19 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]