Upgraded gtk/libexiv2 to 0.14.0 Upgraded gtk/pango to 1.50.3 Upgraded gtk/pangomm to 2.46.3 Replaced http with https in the URL in some gtk build files
13 lines
535 B
Diff
13 lines
535 B
Diff
diff --git a/operations/external/raw-load.c b/operations/external/raw-load.c
|
|
index 13eb661..0a3cc47 100644
|
|
--- a/operations/external/raw-load.c
|
|
+++ b/operations/external/raw-load.c
|
|
@@ -114,7 +114,7 @@ prepare (GeglOperation *operation)
|
|
g_warning ("raw-load: Error Initializing raw library");
|
|
else
|
|
{
|
|
- p->LibRaw->params.shot_select = o->image_num;
|
|
+ p->LibRaw->rawparams.shot_select = o->image_num;
|
|
|
|
p->LibRaw->params.aber[0] = 1.0;
|
|
p->LibRaw->params.aber[2] = 1.0;
|