mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-31 05:38:04 +01:00
Fix the gazillion of JABBER error: messages
This commit is contained in:
parent
5599c9b995
commit
712561a490
@ -239,7 +239,7 @@ XmppSipPlugin::connectPlugin()
|
||||
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
|
||||
|
||||
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;
|
||||
emit stateChanged( m_state );
|
||||
|
Loading…
x
Reference in New Issue
Block a user