mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Fix the gazillion of JABBER error: messages
This commit is contained in:
@@ -239,7 +239,7 @@ XmppSipPlugin::connectPlugin()
|
|||||||
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
|
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
|
||||||
|
|
||||||
if ( m_client->connection() )
|
if ( m_client->connection() )
|
||||||
connect( m_client->connection(), SIGNAL( error( Jreen::Connection::SocketError ) ), SLOT( onError( Jreen::Connection::SocketError ) ) );
|
connect( m_client->connection(), SIGNAL( error( Jreen::Connection::SocketError ) ), SLOT( onError( Jreen::Connection::SocketError ) ), Qt::UniqueConnection );
|
||||||
|
|
||||||
m_state = Account::Connecting;
|
m_state = Account::Connecting;
|
||||||
emit stateChanged( m_state );
|
emit stateChanged( m_state );
|
||||||
|
Reference in New Issue
Block a user