summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-31 19:42:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-31 19:42:43 +0000
commit22604b1d5ef4a288ba80aa74a6a31e64b2434f81 (patch)
tree5dbdd05e647e21e16ea3f6b0d52fb867e9284dec /kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch
parentinherit multilib for get_libdir (diff)
downloadhistorical-22604b1d5ef4a288ba80aa74a6a31e64b2434f81.tar.gz
historical-22604b1d5ef4a288ba80aa74a6a31e64b2434f81.tar.bz2
historical-22604b1d5ef4a288ba80aa74a6a31e64b2434f81.zip
Add patch for KDE bug #136566.
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch')
-rw-r--r--kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch b/kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch
new file mode 100644
index 000000000000..4aa3f2759c14
--- /dev/null
+++ b/kde-base/kdenetwork/files/kopete-3.5.5-icqfix.patch
@@ -0,0 +1,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