diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/tools/dcpomatic.cc | 5 |
2 files changed, 4 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2014-01-10 Carl Hetherington <cth@carlh.net> + + * Try to fix double "are you sure" prompt on quitting with active jobs. + 2014-01-09 Carl Hetherington <cth@carlh.net> * Version 1.61.1 released. diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 111b5769d..1e60d9690 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -429,11 +429,6 @@ private: void file_exit () { - if (!should_close ()) { - return; - } - - maybe_save_then_delete_film (); Close (true); } |
