Author: akv
Date: 2009-12-30 22:08:57 +0100 (Wed, 30 Dec 2009)
New Revision: 2923

Modified:
   branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c
Log:
Enabling lens upon lens selection.

Modified: branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c
===================================================================
--- branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c        
2009-12-30 21:04:30 UTC (rev 2922)
+++ branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c        
2009-12-30 21:08:57 UTC (rev 2923)
@@ -67,6 +67,7 @@
        /* Set Maker and Model to the selected RSLens */
        rs_lens_set_lensfun_make(rs_lens, lens->Maker);
        rs_lens_set_lensfun_model(rs_lens, lens->Model);
+       rs_lens_set_lensfun_enable(rs_lens, TRUE);
 
        RSLensDb *lens_db = rs_lens_db_get_default();
 


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

Reply via email to