summaryrefslogtreecommitdiffstats
path: root/graphics/f-spot/f-stop-PixbufLoader.patch
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/f-spot/f-stop-PixbufLoader.patch')
-rw-r--r--graphics/f-spot/f-stop-PixbufLoader.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/f-spot/f-stop-PixbufLoader.patch b/graphics/f-spot/f-stop-PixbufLoader.patch
new file mode 100644
index 0000000000..0085ac3b5a
--- /dev/null
+++ b/graphics/f-spot/f-stop-PixbufLoader.patch
@@ -0,0 +1,13 @@
+
+--- src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
++++ src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
+@@ -132,7 +132,7 @@ namespace FSpot.Loaders {
+ public new bool Close ()
+ {
+ lock (sync_handle) {
+- return base.Close (true);
++ return base.Close ();
+ }
+ }
+ #endregion
+