Magellan Linux

Contents of /trunk/kdenetwork/patches/kdenetwork-3.5.5-icqfix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 749 byte(s)
-import

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