]> git.pld-linux.org Git - packages/f-spot.git/blob - f-spot-PixbufLoader.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/f-spot.git] / f-spot-PixbufLoader.patch
1 From 9d6e8052b188c2b1cb310ef05842da74a730a39f Mon Sep 17 00:00:00 2001
2 From: Marek Habersack <grendel@twistedcode.net>
3 Date: Wed, 15 Sep 2010 21:21:52 +0000
4 Subject: PixbufLoader from gtk-sharp/master does not have a Close () overload which takes a boolean parameter
5
6 https://bugzilla.gnome.org/show_bug.cgi?id=629224
7 ---
8 diff --git a/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs b/src/Clients/MainApp/FSpot.Loaders/GdkImageLoader.cs
9 index 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 --
22 cgit v0.8.3.1
This page took 0.030696 seconds and 3 git commands to generate.