1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Revert "* Leo: please review. I think this was meant to be this way actually."

This reverts commit c036c147a7.
This commit is contained in:
Christian Muehlhaeuser
2012-05-24 14:17:06 +02:00
parent a150697f49
commit 0af1cc6e20

View File

@@ -232,7 +232,7 @@ void
AccountManager::connectAll() AccountManager::connectAll()
{ {
tDebug( LOGVERBOSE ) << Q_FUNC_INFO; tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
foreach( Account* acc, m_enabledAccounts ) foreach( Account* acc, m_accounts )
{ {
acc->authenticate(); acc->authenticate();
m_enabledAccounts << acc; m_enabledAccounts << acc;