1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

* No need to call loadSocialActions manually.

This commit is contained in:
Christian Muehlhaeuser 2012-05-28 19:38:40 +02:00
parent 7cf307080b
commit 1528095de2

View File

@ -98,7 +98,6 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
m_sigmap->setMapping( m_loveAction, ActionLove );
connect( queries.first().data(), SIGNAL( socialActionsLoaded() ), SLOT( onSocialActionsLoaded() ) );
m_queries.first()->loadSocialActions();
onSocialActionsLoaded();
}