[f-spot/stable-0.8] Change CRW loading as suggested by Christian Krause.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/stable-0.8] Change CRW loading as suggested by Christian Krause.
- Date: Sun, 19 Dec 2010 12:20:10 +0000 (UTC)
commit e1bba71674ee1e62203a95b835320f3cb805edd8
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 7545e74..e22b1bc 100644
--- a/src/Clients/MainApp/FSpot.Imaging/Ciff.cs
+++ b/src/Clients/MainApp/FSpot.Imaging/Ciff.cs
@@ -116,7 +116,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]