Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 345409 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs (-2 / +1 lines)
Lines 132-138 namespace FSpot.Loaders { Link Here
132
		public new bool Close ()
132
		public new bool Close ()
133
		{
133
		{
134
			lock (sync_handle) {
134
			lock (sync_handle) {
135
				return base.Close (true);
135
				return base.Close ();
136
			}
136
			}
137
		}
137
		}
138
#endregion
138
#endregion
139
-

Return to bug 345409