Author: akv
Date: 2009-12-30 20:25:19 +0100 (Wed, 30 Dec 2009)
New Revision: 2900

Modified:
   branches/rawstudio-ng-color/librawstudio/rs-lens.c
Log:
Disabling lens correction by default. A user needs to select a lens and 
activate it to correct lens defects.

Modified: branches/rawstudio-ng-color/librawstudio/rs-lens.c
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-lens.c  2009-12-30 19:21:54 UTC 
(rev 2899)
+++ branches/rawstudio-ng-color/librawstudio/rs-lens.c  2009-12-30 19:25:19 UTC 
(rev 2900)
@@ -222,7 +222,7 @@
        g_object_class_install_property(object_class,
                PROP_ENABLED, g_param_spec_boolean(
                "enabled", "enabled", "Specify whether the lens should be 
corrected or not",
-               TRUE, G_PARAM_READWRITE));
+               FALSE, G_PARAM_READWRITE));
 }
 
 static void
@@ -239,7 +239,7 @@
        lens->lensfun_model = NULL;
        lens->camera_make = NULL;
        lens->camera_model = NULL;
-       lens->enabled = TRUE;
+       lens->enabled = FALSE;
 }
 
 /**


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to