diff src/metadata.c @ 1244:b2d98b7c26c1

improved metadata preferences
author nadvornik
date Tue, 20 Jan 2009 22:53:09 +0000
parents 5106f40597a3
children 71a75a53dde7
line wrap: on
line diff
--- a/src/metadata.c	Tue Jan 20 22:29:31 2009 +0000
+++ b/src/metadata.c	Tue Jan 20 22:53:09 2009 +0000
@@ -64,7 +64,7 @@
 		metadata_write_idle_id = -1;
 		}
 	
-	if (options->metadata.confirm_timeout > 0)
+	if (options->metadata.confirm_after_timeout)
 		{
 		metadata_write_idle_id = g_timeout_add(options->metadata.confirm_timeout * 1000, metadata_write_queue_idle_cb, NULL);
 		}