blob: 4aa3f2759c14465e03009ae26fb0d10d2b99942d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: kdenetwork-3.5.5/kopete/protocols/oscar/liboscar/client.cpp
===================================================================
--- kdenetwork-3.5.5.orig/kopete/protocols/oscar/liboscar/client.cpp
+++ kdenetwork-3.5.5/kopete/protocols/oscar/liboscar/client.cpp
@@ -340,6 +340,7 @@ void Client::lt_loginFinished()
//we've finished logging in. start the services setup
kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << "stage two done. setting up services" << endl;
initializeStaticTasks();
+ d->ownStatusTask->go();
ServiceSetupTask* ssTask = new ServiceSetupTask( d->connections.defaultConnection()->rootTask() );
connect( ssTask, SIGNAL( finished() ), this, SLOT( serviceSetupFinished() ) );
ssTask->go( true ); //fire and forget
|