Gerrit: Move line back to correct case

Change-Id: I7d6ee5835d67fce21ea211099d9d6aa6061517b9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Robert Loehning
2017-05-02 16:08:12 +02:00
parent 2d4adebf2a
commit 9ee0cec3bc

View File

@@ -283,6 +283,7 @@ bool GerritServer::resolveRoot()
saveSettings(Valid);
return true;
case AuthenticationFailure:
return setupAuthentication();
case CertificateError:
if (QMessageBox::question(
Core::ICore::mainWindow(),
@@ -300,7 +301,6 @@ bool GerritServer::resolveRoot()
return false;
}
break;
return setupAuthentication();
case PageNotFound:
if (!ascendPath()) {
saveSettings(NotGerrit);