Author: post
Date: 2010-08-21 14:53:26 +0200 (Sat, 21 Aug 2010)
New Revision: 3503

Modified:
   trunk/librawstudio/rs-metadata.c
Log:
When deleting metadata, the thumbnail is now jpg, and not png.

Modified: trunk/librawstudio/rs-metadata.c
===================================================================
--- trunk/librawstudio/rs-metadata.c    2010-08-21 12:41:31 UTC (rev 3502)
+++ trunk/librawstudio/rs-metadata.c    2010-08-21 12:53:26 UTC (rev 3503)
@@ -538,7 +538,7 @@
        g_free(cache_filename);
 
        /* Delete the thumbnail */
-       thumb_filename = g_strdup_printf("%s/%s.thumb.png", dotdir, basename);
+       thumb_filename = g_strdup_printf("%s/%s.thumb.jpg", dotdir, basename);
        g_unlink(thumb_filename);
        g_free(thumb_filename);
 


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

Reply via email to