f-spot r3829 - in trunk: . src/Widgets



Author: sdelcroix
Date: Tue Apr 15 08:47:04 2008
New Revision: 3829
URL: http://svn.gnome.org/viewvc/f-spot?rev=3829&view=rev

Log:
2008-04-15  Stephane Delcroix  <sdelcroix novell com>

	* src/FilmStrip.cs: refreshing newly loaded thumbs even if the
	strip is not moving


Modified:
   trunk/ChangeLog
   trunk/src/Widgets/Filmstrip.cs

Modified: trunk/src/Widgets/Filmstrip.cs
==============================================================================
--- trunk/src/Widgets/Filmstrip.cs	(original)
+++ trunk/src/Widgets/Filmstrip.cs	Tue Apr 15 08:47:04 2008
@@ -311,6 +311,7 @@
 			this.selection.Collection.ItemsChanged += HandleCollectionItemsChanged;
 			this.squared_thumbs = squared_thumbs;
 			thumb_cache = new ThumbnailCache (30);
+			ThumbnailGenerator.Default.OnPixbufLoaded += delegate (PixbufLoader pl, string path, int order, Pixbuf p) {QueueDraw ();};
 		}
 	
 		int min_length = 400;



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