[f-spot] PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
- Date: Wed, 13 Oct 2010 20:11:29 +0000 (UTC)
commit 9d6e8052b188c2b1cb310ef05842da74a730a39f
Author: Marek Habersack <grendel twistedcode net>
Date: Wed Sep 15 23:21:52 2010 +0200
PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
https://bugzilla.gnome.org/show_bug.cgi?id=629224
.../MainApp/FSpot.Loaders/GdkImageLoader.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
index 2eea50e..9c9c07a 100644
--- a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
+++ b/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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]