diff src/typedefs.h @ 342:07490120df2d

Rename dupe_custom_threshold option to duplicates_similarity_threshold.
author zas_
date Sat, 12 Apr 2008 22:10:38 +0000
parents 15c6b94545a2
children 63380ea3e65d
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 12 22:04:29 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 22:10:38 2008 +0000
@@ -748,7 +748,7 @@
 	gint lazy_image_sync;
 	gint update_on_time_change;
 
-	gint dupe_custom_threshold;
+	gint duplicates_similarity_threshold;
 
 	gint recent_list_max;