diff --git a/oscar/newprofile.cpp b/oscar/newprofile.cpp index 0ceacff2..e83751dc 100644 --- a/oscar/newprofile.cpp +++ b/oscar/newprofile.cpp @@ -294,7 +294,8 @@ void NewProfile::on_nextButton_clicked() exit(0); } else { QMessageBox::question(this, tr("Duplicate or Invalid User Name"), tr("Please Change User Name "), QMessageBox::Ok); - ui->stackedWidget->setCurrentIndex(1); + index=1; + ui->stackedWidget->setCurrentIndex(index); ui->userNameEdit->setText(newProfileName); } } else {