1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-03 20:57:52 +02:00

Don't tweet on love

This commit is contained in:
Leo Franchi
2012-04-14 14:57:44 -04:00
parent ba064206c4
commit 08a15f0acb

View File

@@ -37,7 +37,7 @@ namespace InfoSystem
TwitterInfoPlugin::TwitterInfoPlugin( Tomahawk::Accounts::TwitterAccount* account ) TwitterInfoPlugin::TwitterInfoPlugin( Tomahawk::Accounts::TwitterAccount* account )
: m_account( account ) : m_account( account )
{ {
m_supportedPushTypes << InfoLove; //m_supportedPushTypes << InfoLove;
} }
@@ -171,4 +171,4 @@ TwitterInfoPlugin::isValid() const
} }
} }