Git commit c83dda29efce8017f0b28a14fda215c7b7a84b99 by Alex Fiestas. Committed on 07/05/2012 at 22:04. Pushed by mklapetek into branch 'master'. Set serviceOption binary mode on all wizards M +1 -0 pages/oservices.cpp http://commits.kde.org/kaccounts-providers/c83dda29efce8017f0b28a14fda215c7= b7a84b99 diff --git a/pages/oservices.cpp b/pages/oservices.cpp index 26f57b3..2bbffe1 100644 --- a/pages/oservices.cpp +++ b/pages/oservices.cpp @@ -48,6 +48,7 @@ void OServices::initializePage() void OServices::addOption(const QString& text, const QString& displayText) { ServiceOption *option =3D new ServiceOption(text, displayText, this); + option->setBinary(true); connect(option, SIGNAL(toggled(QString, bool)), this, SLOT(optionToggl= ed(QString, bool))); = m_wizard->activateOption(text, true);