Don't keep calling show() whenever the album art changes.

This commit is contained in:
Bryan Schumaker 2010-11-02 17:07:35 -04:00
parent cbaa8753bd
commit ecbb6424af

View File

@ -44,7 +44,6 @@ class AlbumArt(Image):
self.file = file self.file = file
self.set_from_file(self.file) self.set_from_file(self.file)
self.set_height(64) self.set_height(64)
self.show()
gdk.threads_leave() gdk.threads_leave()
def set_height(self, new_h): def set_height(self, new_h):