summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/tools/dcpomatic.cc5
2 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b5a548b8..e912c796a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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);
}