[f-spot] Change CRW loading as suggested by Christian Krause.



commit 8440b7d87d2fd53837ecd0af7ef92efcf39d454b
Author: Ruben Vermeersch <ruben savanne be>
Date:   Sun Dec 19 13:06:49 2010 +0100

    Change CRW loading as suggested by Christian Krause.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629442

 src/Clients/MainApp/FSpot.Imaging/Ciff.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.Imaging/Ciff.cs b/src/Clients/MainApp/FSpot.Imaging/Ciff.cs
index e5a503d..e789cad 100644
--- a/src/Clients/MainApp/FSpot.Imaging/Ciff.cs
+++ b/src/Clients/MainApp/FSpot.Imaging/Ciff.cs
@@ -147,7 +147,7 @@ namespace FSpot.Imaging.Ciff {
 		ImageDirectory Root {
 			get {
 				if (root == null) {
-					stream = PixbufStream ();
+					stream = base.PixbufStream ();
 					root = Load (stream);
 				}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]