From kde-commits Tue Jul 22 15:02:24 2003 From: Martijn Klingens Date: Tue, 22 Jul 2003 15:02:24 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete X-MARC-Message: https://marc.info/?l=kde-commits&m=105888615108439 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& KopeteAcc QDict KopeteAccountManager::accounts(const KopeteProtocol *p) { + QDict dict; QPtrListIterator it( m_accounts ); KopeteAccount *account;