Author: post
Date: 2010-04-02 01:08:53 +0200 (Fri, 02 Apr 2010)
New Revision: 3312
Modified:
trunk/src/rs-photo.c
Log:
When opening an image, read metadata from cache (avoids double-loading images
on Panasonic)
Modified: trunk/src/rs-photo.c
===================================================================
--- trunk/src/rs-photo.c 2010-04-01 23:04:12 UTC (rev 3311)
+++ trunk/src/rs-photo.c 2010-04-01 23:08:53 UTC (rev 3312)
@@ -607,7 +607,7 @@
if (photo)
{
/* Load metadata */
- if (rs_metadata_load_from_file(photo->metadata, filename))
+ if (rs_metadata_load(photo->metadata, filename))
{
/* Rotate photo inplace */
switch (photo->metadata->orientation)
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit