aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscandialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.cpp')
-rw-r--r--src/plugins/General/rgscan/rgscandialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.cpp b/src/plugins/General/rgscan/rgscandialog.cpp
index f7f867433..c935ad0b4 100644
--- a/src/plugins/General/rgscan/rgscandialog.cpp
+++ b/src/plugins/General/rgscan/rgscandialog.cpp
@@ -136,7 +136,7 @@ void RGScanDialog::onScanFinished(QString url)
foreach (RGScanner *scanner, m_scanners)
{
- if(scanner->isRunning())
+ if(scanner->isRunning() || scanner->isPending())
stopped = false;
}