[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#396398: kopete: Patch available



Package: kopete
Version: 4:3.5.5-1
Followup-For: Bug #396398

A patch to this is available in SVN commit 600778
(see original bug report at https://bugs.kde.org/show_bug.cgi?id=136566)

 M  +1 -0      client.cpp  


 ---
 branches/KDE/3.5/kdenetwork/kopete/protocols/oscar/liboscar/client.cpp
 #600777:600778
  at  at  -340,6 +340,7  at  at
  //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 



Reply to: