Fix a crash when the organiser's error dialog was shown the second time

This commit is contained in:
David Sansome 2010-09-18 09:58:23 +00:00
parent e7afd348e9
commit 38cfedb3d2
1 changed files with 0 additions and 1 deletions

View File

@ -61,6 +61,5 @@ void OrganiseErrorDialog::Show(
ui_->list->addItems(sorted_files);
setAttribute(Qt::WA_DeleteOnClose);
show();
}