Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 12c418fb4bd1e09fadbff9508d3df2a8 > files > 8

f-spot-0.5.0.3-2.1mdv2009.0.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;