SVN commit 1181278 by boiko: Oups, add the widget to the second page layout. SVN_SILENT M +1 -0 add-account-assistant.cpp --- trunk/playground/network/telepathy-accounts-kcm/src/add-account-assistant.cpp #1181277:1181278 @@ -137,6 +137,7 @@ parameters, QVariantMap(), d->pageTwoWidget); + d->pageTwoWidget->layout()->addWidget(d->accountEditWidget); KAssistantDialog::next(); }