[gnome-music] Fix to bug 725904



commit da79882bee02d7aed01e0b4af396986c1afc21ec
Author: Sai Suman Prayaga <suman sai14 gmail com>
Date:   Wed Mar 12 15:13:29 2014 +0530

    Fix to bug 725904

 gnomemusic/grilo.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/grilo.py b/gnomemusic/grilo.py
index b93b00f..e4cde47 100644
--- a/gnomemusic/grilo.py
+++ b/gnomemusic/grilo.py
@@ -123,8 +123,8 @@ class Grilo(GObject.GObject):
     def populate_songs(self, offset, callback, count=-1):
         self.populate_items(Query.SONGS, offset, callback, count)
 
-    def populate_album_songs(self, album_id, callback):
-        self.populate_items(Query.album_songs(album_id), 0, callback)
+    def populate_album_songs(self, album_id, callback, count=-1):
+        self.populate_items(Query.album_songs(album_id), 0, callback, count)
 
     def populate_items(self, query, offset, callback, count=50):
         options = self.options.copy()


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