mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
* Leo: please review. I think this was meant to be this way actually.
This commit is contained in:
parent
8abf255b27
commit
c036c147a7
@ -232,7 +232,7 @@ void
|
||||
AccountManager::connectAll()
|
||||
{
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
|
||||
foreach( Account* acc, m_accounts )
|
||||
foreach( Account* acc, m_enabledAccounts )
|
||||
{
|
||||
acc->authenticate();
|
||||
m_enabledAccounts << acc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user