From kde-commits Mon Jul 28 18:49:36 2003 From: Till Gerken Date: Mon, 28 Jul 2003 18:49:36 +0000 To: kde-commits Subject: kdenonbeta/kopete/protocols/jabber X-MARC-Message: https://marc.info/?l=kde-commits&m=105941834718286 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) {