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
1 changed files with 0 additions and 1 deletions

View File

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