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

List:       kde-commits
Subject:    kdenonbeta/kopete/libkopete
From:       Martijn Klingens <klingens () kde ! org>
Date:       2003-07-22 15:02:24
[Download RAW message or body]

CVS commit by mklingens: 

bah, looking in the wrong console whether the change compiled doesn't work :(

AKA: "fix compile"


  M +2 -1      kopeteaccountmanager.cpp   1.28


--- kdenonbeta/kopete/libkopete/kopeteaccountmanager.cpp  #1.27:1.28
@@ -84,5 +84,5 @@ void KopeteAccountManager::setAwayAll( c
                 ++it;
                 if( account->isConnected() && !account->isAway() )
-                        account->setAway( true, awayReason.isNull ? \
KopeteAway::message() : awayReason ); +                        account->setAway( \
true, awayReason.isNull() ? KopeteAway::message() : awayReason );  }
 }
@@ -173,4 +173,5 @@ const QPtrList<KopeteAccount>& KopeteAcc
 QDict<KopeteAccount> KopeteAccountManager::accounts(const KopeteProtocol *p)
 {
+        QDict<KopeteAccount> dict;
         QPtrListIterator<KopeteAccount> it( m_accounts );
         KopeteAccount *account;


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

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