Author: abrander
Date: 2009-07-06 17:59:24 +0200 (Mon, 06 Jul 2009)
New Revision: 2565
Modified:
trunk/plugins/lensfun/lensfun.c
Log:
Made RSLensfun respect the quick flag.
Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c 2009-07-06 15:54:54 UTC (rev 2564)
+++ trunk/plugins/lensfun/lensfun.c 2009-07-06 15:59:24 UTC (rev 2565)
@@ -250,6 +250,17 @@
response = rs_filter_response_clone(previous_response);
g_object_unref(previous_response);
+ if (rs_filter_param_get_quick(param))
+ {
+ rs_filter_response_set_quick(response);
+ if (input)
+ {
+ rs_filter_response_set_image(response, input);
+ g_object_unref(input);
+ }
+ return response;
+ }
+
gint i, j;
lfDatabase *ldb = lf_db_new ();
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit