From 1bc295110251e86b8435e9a3c69a260e767e6fbd Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Wed, 3 Mar 2010 09:48:59 +0000 Subject: [PATCH] the progress dialog is set to autoclose so it's not necessary to hide it in the main window svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1098231 --- src/gui/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 95b0272..3597b99 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -567,8 +567,6 @@ void MainWindow::on_m_DeviceScanner_finished() Log() << i18nc("@info/plain", "Scan finished."); KApplication::restoreOverrideCursor(); - scanProgressDialog().hide(); - // try to set the seleted device, either from the saved one or just select the // first device if (!listDevices().setSelectedDevice(savedSelectedDeviceNode()) && !operationStack().previewDevices().isEmpty())