Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 0abb67cc31f5617c59cab8212a9bda64 > files > 6

f-spot-0.5.0.3-3mdv2009.1.src.rpm

Index: src/Widgets/Filmstrip.cs
===================================================================
--- src/Widgets/Filmstrip.cs	(revisione 4485)
+++ src/Widgets/Filmstrip.cs	(copia locale)
@@ -372,6 +372,9 @@
 			if (evnt.Window != GdkWindow)
 				return true;
 
+			if (selection.Collection.Count == 0)
+				return true;
+
 			if (extendable && Allocation.Width >= BackgroundPixbuf.Width + (2 * x_offset) + BackgroundTile.Width)
 				BackgroundPixbuf = null;