diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-13 02:48:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-13 02:48:32 +0000 |
| commit | 692f9e2951a8bf600f95bb0b76c18df71c881504 (patch) | |
| tree | 740b3d2853bfd7ea47d86f4d20024a0647caec53 /src/tools | |
| parent | 1a1d4b22589d5832dd594a65054d9261f9f496cf (diff) | |
Ignore empty KDM email addresses (#818).
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index b98ec84a9..6c3103da2 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -146,7 +146,7 @@ public: vector<string> columns; columns.push_back (wx_to_std (_("CPL"))); _dkdm = new EditableList<dcp::EncryptedKDM, KDMFileDialogWrapper> ( - overall_panel, columns, bind (&DOMFrame::dkdms, this), bind (&DOMFrame::set_dkdms, this, _1), bind (&column, _1), false + overall_panel, columns, bind (&DOMFrame::dkdms, this), bind (&DOMFrame::set_dkdms, this, _1), bind (&always_valid), bind (&column, _1), false ); vertical->Add (_dkdm, 0, wxEXPAND | wxALL, DCPOMATIC_SIZER_Y_GAP); |
