diff src/options.h @ 1060:1e2de04c6fc4

added option to use exif thumbnails - it requires exiv2 0.18 or the current svn - it is disabled by default because the exif thumbnails may be outdated if the image was edited
author nadvornik
date Sat, 11 Oct 2008 20:19:48 +0000
parents 1646720364cf
children c45cc5cf3c4d
line wrap: on
line diff
--- a/src/options.h	Tue Oct 07 19:34:11 2008 +0000
+++ b/src/options.h	Sat Oct 11 20:19:48 2008 +0000
@@ -94,6 +94,7 @@
 		gboolean use_xvpics;
 		gboolean spec_standard;
 		guint quality;
+		gboolean use_exif;
 	} thumbnails;
 
 	/* file filtering */