[Rawstudio-commit] r2069 - trunk/src
Anders Brander
anders at brander.dk
Mon Oct 13 22:21:52 CEST 2008
Author: abrander
Date: 2008-10-13 22:21:52 +0200 (Mon, 13 Oct 2008)
New Revision: 2069
Modified:
trunk/src/rs-store.c
Log:
Fixed typo in model_sort_focallength().
Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c 2008-10-13 19:58:20 UTC (rev 2068)
+++ trunk/src/rs-store.c 2008-10-13 20:21:52 UTC (rev 2069)
@@ -738,7 +738,6 @@
gtk_tree_model_get(model, tia, METADATA_COLUMN, &a, -1);
gtk_tree_model_get(model, tib, METADATA_COLUMN, &b, -1);
- ret = b->shutterspeed*10.0 - a->shutterspeed*10.0;
if ((a!=NULL) && (b!=NULL) && (a->shutterspeed != b->shutterspeed))
ret = b->shutterspeed*10.0 - a->shutterspeed*10.0;
More information about the Rawstudio-commit
mailing list