From 38cfedb3d2dd15c1df7ed7aa3f3c5c662c16b2b6 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 18 Sep 2010 09:58:23 +0000 Subject: [PATCH] Fix a crash when the organiser's error dialog was shown the second time --- src/ui/organiseerrordialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/organiseerrordialog.cpp b/src/ui/organiseerrordialog.cpp index 7b8d10bb5..0a18291f5 100644 --- a/src/ui/organiseerrordialog.cpp +++ b/src/ui/organiseerrordialog.cpp @@ -61,6 +61,5 @@ void OrganiseErrorDialog::Show( ui_->list->addItems(sorted_files); - setAttribute(Qt::WA_DeleteOnClose); show(); }