mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 13:01:53 +02:00
* Renamed cli argument: It's now --nosip instead of --nojabber.
This commit is contained in:
parent
232fdfc06c
commit
c75413a84c
@ -385,7 +385,7 @@ TomahawkApp::setupSIP()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
|
||||
if( !arguments().contains( "--nojabber" ) )
|
||||
if( !arguments().contains( "--nosip" ) )
|
||||
{
|
||||
m_xmppBot = new XMPPBot( this );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user