[gnome-music/wip/merge: 130/343] widgets: correctly pass callback



commit 80eac7669b7ccad269ed50773c649192def90ea2
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jul 15 19:18:59 2013 +0200

    widgets: correctly pass callback

 gnomemusic/widgets.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index cc07aa4..b4ebe23 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -165,7 +165,7 @@ class AlbumWidget(Gtk.EventBox):
         self.ui.get_object("cover").set_from_pixbuf(self._symbolicIcon)
         ALBUM_ART_CACHE.lookup(256, artist,
                                item.get_string(Grl.METADATA_KEY_ALBUM),
-                               self._onLookUp(self.pixbuf))
+                               self._onLookUp)
 
         # if the active queue has been set by self album,
         # use it as model, otherwise build the liststore


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