Author: akv
Date: 2009-12-30 22:12:38 +0100 (Wed, 30 Dec 2009)
New Revision: 2924

Modified:
   branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c
Log:
Fixed typo.

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:08:57 UTC (rev 2923)
+++ branches/rawstudio-ng-color/librawstudio/rs-lens-db-editor.c        
2009-12-30 21:12:38 UTC (rev 2924)
@@ -67,7 +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);
+       rs_lens_set_lensfun_enabled(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