From kde-commits Thu Oct 15 21:01:19 2015 From: Alex Fiestas Date: Thu, 15 Oct 2015 21:01:19 +0000 To: kde-commits Subject: [kaccounts-providers] /: setResult to false each time a check is started Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144494289424980 Git commit 799ab785b99d2020b03f9452560a59499e43f4a3 by Alex Fiestas. Committed on 17/04/2012 at 15:20. Pushed by mklapetek into branch 'master'. setResult to false each time a check is started M +1 -0 basicinfo.cpp http://commits.kde.org/kaccounts-providers/799ab785b99d2020b03f9452560a5949= 9e43f4a3 diff --git a/basicinfo.cpp b/basicinfo.cpp index 23a8060..997b387 100644 --- a/basicinfo.cpp +++ b/basicinfo.cpp @@ -92,6 +92,7 @@ void BasicInfo::checkServer(const QString &path) void BasicInfo::checkServer(const KUrl& url) { qDebug() << url; + setResult(false); setWorking(true); KIO::TransferJob *job =3D KIO::get(url, KIO::NoReload, KIO::HideProgre= ssInfo); =