Wizard: Always initialize all labels

This commit is contained in:
Daniel Molkentin 2013-06-10 16:32:21 +02:00
parent 541239c17b
commit 1c6bc84d2d

View file

@ -196,6 +196,9 @@ void OwncloudSetupPage::initializePage()
_checking = false;
_multipleFoldersExist = false;
// call to init label
slotHandleUserInput();
if( _configExists ) {
_ui.lePassword->setFocus();
} else {