[gnome-music] corrected the track names and erroricon display
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] corrected the track names and erroricon display
- Date: Tue, 16 Jul 2013 07:01:05 +0000 (UTC)
commit beaa764d6ea9d9fea7a7e656780a4bcf953d33d5
Author: Sai <suman sai14 gmail com>
Date: Tue Jul 16 04:02:41 2013 +0530
corrected the track names and erroricon display
deleted: 0001-fixed-the-height-of-the-headerbar.patch
https://bugzilla.gnome.org/show_bug.cgi?id=704253
src/widgets.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets.js b/src/widgets.js
index 0d3131d..de53bc4 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -256,7 +256,7 @@ const AlbumWidget = new Lang.Class({
log("failed to discover url " + track.get_url());
this.model.set(iter,
[0, 1, 2, 3, 4, 5, 7, 9],
- [ escapedTitle, "", "", "", this._symbolicIcon, track, true, errorIconName,
false]);
+ [ escapedTitle, "", "", "", this._symbolicIcon, track, errorIconName, true]);
}
this.ui.get_object("running_length_label_info").set_text(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]