1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

* Renamed cli argument: It's now --nosip instead of --nojabber.

This commit is contained in:
Christian Muehlhaeuser
2011-01-24 05:57:33 +01:00
parent 232fdfc06c
commit c75413a84c

View File

@@ -385,7 +385,7 @@ TomahawkApp::setupSIP()
{ {
qDebug() << Q_FUNC_INFO; qDebug() << Q_FUNC_INFO;
if( !arguments().contains( "--nojabber" ) ) if( !arguments().contains( "--nosip" ) )
{ {
m_xmppBot = new XMPPBot( this ); m_xmppBot = new XMPPBot( this );