mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-18 23:17:59 +01:00
* Make sure to delete old Jabber instance before creating a new one.
This commit is contained in:
parent
fe08bff21c
commit
cc22411dc2
@ -35,6 +35,7 @@ JabberPlugin::connect()
|
||||
return false;
|
||||
}
|
||||
|
||||
delete p;
|
||||
p = new Jabber_p( jid, password, server, port );
|
||||
|
||||
QObject::connect( p, SIGNAL( peerOnline( QString ) ), SIGNAL( peerOnline( QString ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user