[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [Kopete-devel] kdenonbeta/kopete/protocols
From:       Matt Rogers <mattrogers () sbcglobal ! net>
Date:       2003-08-01 6:48:15
[Download RAW message or body]

CVS commit by mattr: 

disable changing the account IDs

CCMAIL: kopete-devel@kde.org


  M +3 -1      msn/ui/msneditaccountwidget.cpp   1.7
  M +2 -0      oscar/aim/ui/aimeditaccountwidget.cpp   1.5
  M +2 -0      oscar/icq/ui/icqeditaccountwidget.cpp   1.16
  M +3 -0      sms/smseditaccountwidget.cpp   1.6
  M +2 -1      yahoo/yahooeditaccount.cpp   1.9


--- kdenonbeta/kopete/protocols/msn/ui/msneditaccountwidget.cpp  #1.6:1.7
@@ -55,4 +55,6 @@ MSNEditAccountWidget::MSNEditAccountWidg
                 }
                 m_login->setText(ident->accountId());
+                //remove me after we can change account ids (Matt)
+                m_login->setDisabled(true);
                 m_autologin->setChecked((ident && ident->autoLogin()));
         }

--- kdenonbeta/kopete/protocols/oscar/aim/ui/aimeditaccountwidget.cpp  #1.4:1.5
@@ -35,4 +35,6 @@ AIMEditAccountWidget::AIMEditAccountWidg
                 }
                 mGui->mAccountId->setText(account->accountId());
+                //Remove me after we can change Account IDs (Matt)
+                mGui->mAccountId->setDisabled(true);
                 mGui->mAutoLogon->setChecked(account->autoLogin());
                 mGui->mServer->setText(account->pluginData(protocol, "Server"));

--- kdenonbeta/kopete/protocols/oscar/icq/ui/icqeditaccountwidget.cpp  #1.15:1.16
@@ -113,4 +113,6 @@ ICQEditAccountWidget::ICQEditAccountWidg
 
                 mAccountSettings->edtAccountId->setText(mAccount->accountId());
+                //Remove me after we can change Account IDs (Matt)
+                mAccountSettings->edtAccountId->setDisabled(true);
                 mAccountSettings->chkAutoLogin->setChecked(mAccount->autoLogin());
                 mAccountSettings->edtServerAddress->setText(mAccount->pluginData(mProtocol, "Server"));

--- kdenonbeta/kopete/protocols/sms/smseditaccountwidget.cpp  #1.5:1.6
@@ -48,4 +48,7 @@ SMSEditAccountWidget::SMSEditAccountWidg
         {
                 preferencesDialog->accountId->setText(m_account->accountId());
+                //Disable changing the account ID for now
+                //FIXME: Remove this when we can safely change the account ID (Matt)
+                preferencesDialog->accountId->setDisabled(true);
                 sName = m_account->pluginData(SMSProtocol::protocol(), "ServiceName");
         }

--- kdenonbeta/kopete/protocols/yahoo/yahooeditaccount.cpp  #1.8:1.9
@@ -41,5 +41,6 @@ YahooEditAccount::YahooEditAccount(Yahoo
         if(m_account)
         {       mScreenName->setText(m_account->accountId());
-                mScreenName->setReadOnly(true) ; //the accountId is Constent
+                mScreenName->setReadOnly(true); //the accountId is Constant FIXME: remove soon!
+                mScreenName->setDisabled(true);
                 if(m_account->rememberPassword())
                         mPassword->setText(m_account->getPassword());


_______________________________________________
Kopete-devel mailing list
Kopete-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/kopete-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic