]> git.pld-linux.org Git - packages/f-spot.git/blame - f-spot-PixbufLoader.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/f-spot.git] / f-spot-PixbufLoader.patch
CommitLineData
20bd69ab
JR
1From 9d6e8052b188c2b1cb310ef05842da74a730a39f Mon Sep 17 00:00:00 2001
2From: Marek Habersack <grendel@twistedcode.net>
3Date: Wed, 15 Sep 2010 21:21:52 +0000
4Subject: PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
5
6https://bugzilla.gnome.org/show_bug.cgi?id=629224
7---
8diff --git a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
9index 2eea50e..9c9c07a 100644
10--- a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
11+++ b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
12@@ -132,7 +132,7 @@ namespace FSpot.Loaders {
13 public new bool Close ()
14 {
15 lock (sync_handle) {
16- return base.Close (true);
17+ return base.Close ();
18 }
19 }
20 #endregion
21--
22cgit v0.8.3.1
This page took 0.029933 seconds and 4 git commands to generate.