1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +02:00

When settings have changed and adiumplugin reads it, don't try to clear adium status if plugin goes inactive.

This commit is contained in:
Alejandro Wainzinger 2011-08-16 22:35:15 +02:00
parent e6778b5631
commit 89daf243f4

View File

@ -96,8 +96,6 @@ void
AdiumPlugin::settingsChanged()
{
m_active = TomahawkSettings::instance()->nowPlayingEnabled();
if( !m_active )
setStatus( "" );
}