Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created September 9, 2010 20:04
Show Gist options
  • Save ajorg/572455 to your computer and use it in GitHub Desktop.
Save ajorg/572455 to your computer and use it in GitHub Desktop.
--- src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs 2010-08-08 06:39:53.000000000 -0600
+++ src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs 2010-09-01 12:37:15.000000000 -0600
@@ -112,7 +112,7 @@
public new bool Close ()
{
lock (sync_handle) {
- return base.Close (true);
+ return PixbufLoaderExtensions.Close (this, true);
}
}
#endregion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment