diff src/main.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 6c2e31dad7ef
children c6d522fe3e5e
line wrap: on
line diff
--- a/src/main.c	Sat May 02 10:59:36 2009 +0000
+++ b/src/main.c	Sat May 02 11:14:24 2009 +0000
@@ -668,7 +668,7 @@
 {
 	layout_image_full_screen_stop(NULL);
 
-	if (metadata_write_queue_confirm(exit_program_write_metadata_cb, NULL)) return;
+	if (metadata_write_queue_confirm(FALSE, exit_program_write_metadata_cb, NULL)) return;
 
 	if (exit_confirm_dlg()) return;