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

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/jabber/ui
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2003-08-03 23:10:45
[Download RAW message or body]

CVS commit by dmacvicar: 

- I discovered Till doesn't do make after making changes on the code and before commiting :-)
- mLogAll saving/loading removed, not needed anymore since it doesn't exists

CCMAIL: till@tantalo.net


  M +0 -9      jabbereditaccountwidget.cpp   1.19


--- kdenonbeta/kopete/protocols/jabber/ui/jabbereditaccountwidget.cpp  #1.18:1.19
@@ -46,6 +46,4 @@ JabberEditAccountWidget::JabberEditAccou
 
         // Chat TAB
-        connect (mLogAll, SIGNAL (toggled (bool)), this, SLOT (configChanged ()));
-
         connect (cmbAuth, SIGNAL (activated (int)), this, SLOT (configChanged ()));
 
@@ -115,6 +113,4 @@ void JabberEditAccountWidget::reopen ()
         mAutoConnect->setChecked (m_account->autoLogin());
 
-        if (m_account->pluginData (m_protocol, "LogAll") == "true")
-                mLogAll->setChecked (true);
 }
 
@@ -171,9 +167,4 @@ void JabberEditAccountWidget::writeConfi
 
         m_account->setAutoLogin(mAutoConnect->isChecked());
-
-        if (mLogAll->isChecked ())
-                m_account->setPluginData (m_protocol, "LogAll", "true");
-        else
-                m_account->setPluginData (m_protocol, "LogAll", "false");
 
         switch (cmbAuth->currentItem ())


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

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