diff -r f2d57e987ba9 -r 4821897a0f10 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Fri Jan 25 12:54:24 2013 +0100 +++ b/QTfrontend/hwform.cpp Fri Jan 25 13:59:27 2013 +0100 @@ -592,11 +592,11 @@ #ifdef USE_XFIRE updateXfire(); #endif - + qDebug("Leaving %s, entering %s", qPrintable(stringifyPageId(lastid)), qPrintable(stringifyPageId(id))); // pageEnter and pageLeave events - ((AbstractPage*)ui.Pages->widget(lastid))->triggerPageLeave(); + ((AbstractPage*)ui.Pages->widget(lastid))->triggerPageLeave(); ((AbstractPage*)ui.Pages->widget(id))->triggerPageEnter(); if (id == ID_PAGE_DATADOWNLOAD) @@ -1096,10 +1096,10 @@ if (!ok || newNick.isEmpty()) { //ForcedDisconnect(tr("No nickname supplied.")); - bool retry = RetryDialog(tr("Hedgewars - Empty nickname"), tr("No nickname supplied.")); - GoBack(); + bool retry = RetryDialog(tr("Hedgewars - Empty nickname"), tr("No nickname supplied.")); + GoBack(); if (retry) { - NetConnectOfficialServer(); + NetConnectOfficialServer(); } return; } @@ -1490,7 +1490,7 @@ } else { while (ui.Pages->currentIndex() != ID_PAGE_NET - && ui.Pages->currentIndex() != ID_PAGE_MAIN) + && ui.Pages->currentIndex() != ID_PAGE_MAIN) { GoBack(); } @@ -1927,10 +1927,10 @@ MessageDialog::ShowErrorMessage(QMessageBox::tr("File association failed."), this); } -void HWForm::openRegistrationPage() +void HWForm::openRegistrationPage() { QDesktopServices::openUrl(QUrl("http://www.hedgewars.org/user/register")); -} +} void HWForm::saveDemoWithCustomName() {