Author: akv
Date: 2010-01-26 21:26:11 +0100 (Tue, 26 Jan 2010)
New Revision: 3082

Modified:
   branches/rawstudio-ng-color/src/rs-library.c
Log:
Fixed copy/paste error.

Modified: branches/rawstudio-ng-color/src/rs-library.c
===================================================================
--- branches/rawstudio-ng-color/src/rs-library.c        2010-01-26 20:23:20 UTC 
(rev 3081)
+++ branches/rawstudio-ng-color/src/rs-library.c        2010-01-26 20:26:11 UTC 
(rev 3082)
@@ -434,7 +434,7 @@
 
        rs_io_idle_read_checksum(filename, -1, got_checksum, 
GINT_TO_POINTER(id));
 
-       library_backup_tags(library, g_path_get_dirname(photo));
+       library_backup_tags(library, g_path_get_dirname(filename));
 
        return id;
 }


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

Reply via email to