[gnome-music/wip/merge: 245/343] album: display error icon for undiscoverable uris
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 245/343] album: display error icon for undiscoverable uris
- Date: Thu, 25 Jul 2013 11:33:14 +0000 (UTC)
commit 01cd394e9cdbd683f4fbe09afe80c0030478cad4
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Thu Jul 18 11:08:34 2013 +0200
album: display error icon for undiscoverable uris
gnomemusic/widgets.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index ce37c2b..5d1ce61 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -262,7 +262,7 @@ class AlbumWidget(Gtk.EventBox):
self.model.set(iter,
[0, 1, 2, 3, 4, 5, 7, 9],
[escapedTitle, "", "", "", None,
- track, True, ERROR_ICON_NAME, False])
+ track, ERROR_ICON_NAME, True])
self.ui.get_object("running_length_label_info").set_text(
"%d min" % (int(self.duration / 60) + 1))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]