File fspot-mono.patch of Package f-spot

Index: f-spot-0.8.2/src/Clients/MainApp/FSpot/GroupSelector.cs
===================================================================
--- f-spot-0.8.2.orig/src/Clients/MainApp/FSpot/GroupSelector.cs
+++ f-spot-0.8.2/src/Clients/MainApp/FSpot/GroupSelector.cs
@@ -431,7 +431,7 @@ namespace FSpot {
 				bounds.Height = selector.background.Height;
 				bounds.Y = selector.background.Y;
 				bounds.X = selector.BoxX (item);
-				bounds.Width = Math.Max (selector.BoxX (item + 1) - bounds.X, 1);
+				bounds.Width = Math.Max (selector.BoxX (item + 1) - selector.BoxX (item), 1);
 
 				if (item < 0 || item > selector.box_counts.Length - 1)
 					return;
openSUSE Build Service is sponsored by