Author: akv
Date: 2009-12-19 22:57:41 +0100 (Sat, 19 Dec 2009)
New Revision: 2799

Modified:
   trunk/src/rs-library.c
Log:
Only set wideangle or telephoto autotag if focallength > 0mm.

Modified: trunk/src/rs-library.c
===================================================================
--- trunk/src/rs-library.c      2009-12-19 21:42:01 UTC (rev 2798)
+++ trunk/src/rs-library.c      2009-12-19 21:57:41 UTC (rev 2799)
@@ -492,7 +492,7 @@
                g_free(lens);
 
        }
-       if (metadata->focallength != -1)
+       if (metadata->focallength > 0)
        {
                gchar *text = NULL;
                if (metadata->focallength < 50)


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

Reply via email to