Avoid infinite loop if authcheck fails

This commit is contained in:
Daniel Molkentin 2013-06-17 13:35:54 +02:00
parent 8ed0b1be55
commit b87b0e16e6

View file

@ -373,8 +373,6 @@ void Application::slotAuthCheck( const QString& ,QNetworkReply *reply )
_actionAddFolder->setEnabled( true );
_actionOpenStatus->setEnabled( true );
setupContextMenu();
} else {
slotFetchCredentials();
}
}