rhythmbox r6278 - in trunk: . plugins/artdisplay/artdisplay



Author: jmatthew
Date: Tue Apr  7 08:34:19 2009
New Revision: 6278
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6278&view=rev

Log:
2009-04-07  Jonathan Matthew  <jonathan d14n org>

	* plugins/artdisplay/artdisplay/__init__.py:
	Clear the source ID for the post-resize handler before returning from
	it, so we correctly regenerate the source pixbuf when the cover art
	widget is resized.  Fixes #426164.


Modified:
   trunk/ChangeLog
   trunk/plugins/artdisplay/artdisplay/__init__.py

Modified: trunk/plugins/artdisplay/artdisplay/__init__.py
==============================================================================
--- trunk/plugins/artdisplay/artdisplay/__init__.py	(original)
+++ trunk/plugins/artdisplay/artdisplay/__init__.py	Tue Apr  7 08:34:19 2009
@@ -156,6 +156,7 @@
 	def after_resize (self):
 		self.reload_util_pixbufs ()
 		self.merged_pixbuf = None
+		self.resize_id = 0
 		self.queue_draw ()
 		return False
 



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