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); =