1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Don't reconnect twitter on settings change if it wasn't already connected

This commit is contained in:
Jeff Mitchell
2011-07-23 11:46:15 -04:00
parent 9e54917ff8
commit 287990ca96

View File

@@ -794,6 +794,8 @@ TwitterPlugin::profilePicReply()
void
TwitterPlugin::checkSettings()
{
if ( m_state == Disconnected )
return;
disconnectPlugin();
connectPlugin( false );
}