[rhythmbox] [artdisplay] Fix run-time warnings



commit 226b230c86544846d11cbf7f9534c1d7064ad7eb
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 11 12:53:40 2009 +0000

    [artdisplay] Fix run-time warnings

 .../artdisplay/artdisplay/LocalCoverArtSearch.py   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py b/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py
index f0b9ebc..68babe0 100644
--- a/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py
+++ b/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py
@@ -150,7 +150,7 @@ class LocalCoverArtSearch:
 			except Exception,e :
 				print "error creating %s: %s" % (file.get_uri(), e)
 
-		file.replace_async(replace_cb, user_data=pixbuf()
+		file.replace_async(replace_cb, user_data=pixbuf())
 
 	def _save_dir_cb (self, enum, result, (db, entry, dir, pixbuf)):
 		artist, album = [db.entry_get (entry, x) for x in [rhythmdb.PROP_ARTIST, rhythmdb.PROP_ALBUM]]



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