1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02:00

Make sure to hook up newly added account's connectionStateChanged

This commit is contained in:
Leo Franchi
2012-08-15 16:15:31 -04:00
parent 159dd35322
commit 3efb32cac8
2 changed files with 5 additions and 4 deletions

View File

@@ -415,6 +415,7 @@ AccountManager::hookupAndEnable( Account* account, bool startup )
if ( p )
SipHandler::instance()->hookUpPlugin( p );
hookupAccount( account );
if ( account->enabled() )
{
account->authenticate();