mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +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;
|
qDebug() << Q_FUNC_INFO;
|
||||||
|
|
||||||
if( !arguments().contains( "--nojabber" ) )
|
if( !arguments().contains( "--nosip" ) )
|
||||||
{
|
{
|
||||||
m_xmppBot = new XMPPBot( this );
|
m_xmppBot = new XMPPBot( this );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user