mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
fix creating plugin through config dialog signal hookups
This commit is contained in:
@@ -248,6 +248,7 @@ SipHandler::addSipPlugin( SipPlugin* p, bool enabled, bool startup )
|
||||
{
|
||||
m_allPlugins << p;
|
||||
|
||||
hookUpPlugin( p );
|
||||
if ( enabled )
|
||||
{
|
||||
p->connectPlugin( startup );
|
||||
|
Reference in New Issue
Block a user