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:
@@ -385,7 +385,7 @@ TomahawkApp::setupSIP()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
|
||||
if( !arguments().contains( "--nojabber" ) )
|
||||
if( !arguments().contains( "--nosip" ) )
|
||||
{
|
||||
m_xmppBot = new XMPPBot( this );
|
||||
|
||||
|
Reference in New Issue
Block a user