diff src/layout.c @ 1586:249b539cc952

force the metadata dialog if it was triggered by the menu or the button
author nadvornik
date Sat, 02 May 2009 11:14:24 +0000
parents 0cd2268f500b
children 1d7941c147be
line wrap: on
line diff
--- a/src/layout.c	Sat May 02 10:59:36 2009 +0000
+++ b/src/layout.c	Sat May 02 11:14:24 2009 +0000
@@ -926,7 +926,7 @@
 		}
 
 	if (options->metadata.confirm_on_dir_change && dir_changed)
-		metadata_write_queue_confirm(NULL, NULL);
+		metadata_write_queue_confirm(FALSE, NULL, NULL);
 
 	return TRUE;
 }