[gnome-music] Another Grilo 0.3 transition fix.



commit 12c692fc074b64097a68d692a06a5de46cb335e3
Author: fosero <fosero users noreply github com>
Date:   Sun Feb 21 17:53:40 2016 +0100

    Another Grilo 0.3 transition fix.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762406

 gnomemusic/view.py |    2 +-
 libgd              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 3f5c852..4d19036 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -1460,7 +1460,7 @@ class Search(ViewContainer):
 
         key = '%s-%s' % (artist, album)
         if key not in self._albums:
-            self._albums[key] = Grl.MediaBox()
+            self._albums[key] = Grl.Media()
             self._albums[key].set_title(album)
             self._albums[key].add_author(artist)
             self._albums[key].set_source(source.get_id())
diff --git a/libgd b/libgd
index a0717ad..7e0dd4b 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit a0717ad8c078c07ea9d10aed385d30198fd24b03
+Subproject commit 7e0dd4b15ea80673f62249ac092763b10fc226ad


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