SVN commit 870934 by binner: always return something M +1 -0 authenticationwizard.cpp --- trunk/KDE/kdenetwork/kopete/plugins/otr/authenticationwizard.cpp #870933:870934 @@ -79,6 +79,7 @@ return wizardList.at(i); } } + return wizardList.at(0); } QWizardPage *AuthenticationWizard::createIntroPage(){