mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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;
|
m_allPlugins << p;
|
||||||
|
|
||||||
|
hookUpPlugin( p );
|
||||||
if ( enabled )
|
if ( enabled )
|
||||||
{
|
{
|
||||||
p->connectPlugin( startup );
|
p->connectPlugin( startup );
|
||||||
|
Reference in New Issue
Block a user