summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-10 10:25:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-10 10:25:07 +0000
commit90f122da87efc3c6398b43292a9756e7f5765f25 (patch)
treed17abaadb845cf325139e4e40c7561b8e8c48b1e
parent77e4bcc1514fdeaa3838644f59439f34b064e33c (diff)
Try to fix double are-you-sure prompt on closing with active jobs.
-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);
}