From kde-commits Mon Oct 13 13:09:35 2008 From: Stephan Binner Date: Mon, 13 Oct 2008 13:09:35 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <1223903375.393010.22926.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122390338722803 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(){