1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

fix creating plugin through config dialog signal hookups

This commit is contained in:
Leo Franchi 2011-05-03 22:12:22 -04:00
parent af0ac5a848
commit 255b251230

View File

@ -248,6 +248,7 @@ SipHandler::addSipPlugin( SipPlugin* p, bool enabled, bool startup )
{
m_allPlugins << p;
hookUpPlugin( p );
if ( enabled )
{
p->connectPlugin( startup );