CVS commit by gerken: Hack for the release: Disable account ID changes until Kopete supports them M +1 -0 TODO 1.66 M +4 -1 ui/jabbereditaccountwidget.cpp 1.17 --- kdenonbeta/kopete/protocols/jabber/TODO #1.65:1.66 @@ -27,2 +27,3 @@ - remove KOS from all classes, make them contact specific for Greg's enhancements, make all classes use JabberProtocol::OnlineStatus instead +- allow account ID changes --- kdenonbeta/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp #1.16:1.17 @@ -61,4 +61,7 @@ JabberEditAccountWidget::JabberEditAccou connect (chkUseSSL, SIGNAL (toggled (bool)), this, SLOT (sslToggled (bool))); + // FIXME: this is temporary until Kopete supports accound ID changes! + mID->setDisabled(true); + if (m_account) {