comparison 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
comparison
equal deleted inserted replaced
1585:15de7b420b69 1586:249b539cc952
666 666
667 void exit_program(void) 667 void exit_program(void)
668 { 668 {
669 layout_image_full_screen_stop(NULL); 669 layout_image_full_screen_stop(NULL);
670 670
671 if (metadata_write_queue_confirm(exit_program_write_metadata_cb, NULL)) return; 671 if (metadata_write_queue_confirm(FALSE, exit_program_write_metadata_cb, NULL)) return;
672 672
673 if (exit_confirm_dlg()) return; 673 if (exit_confirm_dlg()) return;
674 674
675 exit_program_final(); 675 exit_program_final();
676 } 676 }