rev 4837 - in trunk/packages/kdenetwork/debian: . patches

Fathi Boudra fboudra-guest at alioth.debian.org
Wed Nov 1 15:07:17 CET 2006


Author: fboudra-guest
Date: 2006-11-01 15:07:17 +0100 (Wed, 01 Nov 2006)
New Revision: 4837

Added:
   trunk/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff
Modified:
   trunk/packages/kdenetwork/debian/changelog
Log:
fix connection to icq network introduced by kopete 0.12.3, bug #396391

Modified: trunk/packages/kdenetwork/debian/changelog
===================================================================
--- trunk/packages/kdenetwork/debian/changelog	2006-11-01 07:00:22 UTC (rev 4836)
+++ trunk/packages/kdenetwork/debian/changelog	2006-11-01 14:07:17 UTC (rev 4837)
@@ -6,6 +6,9 @@
     avahi-autoipd is a better, less intrusive implementation of zeroconf.
     (Closes: #394328)
 
+  * Add 18_kopete_icq_fix patch: fix connection to icq network introduced by
+    kopete 0.12.3. KDE svn commit 600778. (Closes: #396391)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 18 Oct 2006 17:53:44 -0400
 
 kdenetwork (4:3.5.5-1) unstable; urgency=low

Added: trunk/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff
===================================================================
--- trunk/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff	2006-11-01 07:00:22 UTC (rev 4836)
+++ trunk/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff	2006-11-01 14:07:17 UTC (rev 4837)
@@ -0,0 +1,11 @@
+diff -Nur kdenetwork-3.5.5/kopete/protocols/oscar/liboscar/client.cpp kdenetwork-3.5.5.new/kopete/protocols/oscar/liboscar/client.cpp
+--- kdenetwork-3.5.5/kopete/protocols/oscar/liboscar/client.cpp	2006-10-01 19:26:52.000000000 +0200
++++ kdenetwork-3.5.5.new/kopete/protocols/oscar/liboscar/client.cpp	2006-11-01 14:59:30.000000000 +0100
+@@ -340,6 +340,7 @@
+ 		//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




More information about the pkg-kde-commits mailing list