1
0
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:
Dominik Schmidt 2013-01-24 01:05:28 +01:00
parent 5599c9b995
commit 712561a490

View File

@ -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 );