[Rawstudio-commit] r1143 - trunk/src
Anders Brander
anders at brander.dk
Tue Feb 6 19:53:18 CET 2007
Author: abrander
Date: 2007-02-06 19:53:18 +0100 (Tue, 06 Feb 2007)
New Revision: 1143
Modified:
trunk/src/rs-batch.c
Log:
Now loads metadata in rs_batch_process().
Modified: trunk/src/rs-batch.c
===================================================================
--- trunk/src/rs-batch.c 2007-02-05 17:32:19 UTC (rev 1142)
+++ trunk/src/rs-batch.c 2007-02-06 18:53:18 UTC (rev 1143)
@@ -340,6 +340,7 @@
photo = filetype->load(e->filename);
if (photo)
{
+ filetype->load_meta(e->filename, photo->metadata);
filename = g_string_new(queue->directory);
g_string_append(filename, G_DIR_SEPARATOR_S);
g_string_append(filename, queue->filename);
More information about the Rawstudio-commit
mailing list