Dive d/l selection UI: close the dialog when done

This is where we need to call accept()

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-08 09:59:01 -08:00
parent cb6f04f16c
commit 847289605b

View file

@ -427,6 +427,7 @@ void DownloadFromDCWidget::on_ok_clicked()
if (ostcFirmwareCheck && currentState == DONE)
ostcFirmwareCheck->checkLatest(this, &data);
accept();
}
void DownloadFromDCWidget::markChildrenAsDisabled()