diff options
Diffstat (limited to 'src/tools/dvdomatic.cc')
| -rw-r--r-- | src/tools/dvdomatic.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 7d7adcce8..b6662f281 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -337,9 +337,13 @@ public: void jobs_make_kdms (wxCommandEvent &) { + if (!film) { + return; + } + KDMDialog* d = new KDMDialog (this); if (d->ShowModal () == wxID_OK) { - _film->make_kdms ( + film->make_kdms ( d->screens (), d->from (), d->until (), |
