[Pkg-kde-commits] rev 2092 - in branches/kde-3.4.0/packages/kdenetwork/debian: . patches

Christopher Martin chrsmrtn at costa.debian.org
Fri Oct 21 12:36:53 UTC 2005


Author: chrsmrtn
Date: 2005-10-21 12:36:52 +0000 (Fri, 21 Oct 2005)
New Revision: 2092

Added:
   branches/kde-3.4.0/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff
Modified:
   branches/kde-3.4.0/packages/kdenetwork/debian/changelog
Log:
Hmmm, unconfirmed that this is the fix, but what the hell...


Modified: branches/kde-3.4.0/packages/kdenetwork/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdenetwork/debian/changelog	2005-10-21 08:05:30 UTC (rev 2091)
+++ branches/kde-3.4.0/packages/kdenetwork/debian/changelog	2005-10-21 12:36:52 UTC (rev 2092)
@@ -5,6 +5,9 @@
   * Clean up the old comments in lisa's init script from its original
     template. (Closes: #334844)
 
+  * Steal a fix from KDE_3_5_BRANCH that fixes crashes in Kopete with ICQ.
+    Thanks to Josh Metzler for isolating the problem. (Closes: #334889)
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Date
 
 kdenetwork (4:3.4.3-1) experimental; urgency=low

Added: branches/kde-3.4.0/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff
===================================================================
--- branches/kde-3.4.0/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff	2005-10-21 08:05:30 UTC (rev 2091)
+++ branches/kde-3.4.0/packages/kdenetwork/debian/patches/18_kopete_icq_fix.diff	2005-10-21 12:36:52 UTC (rev 2092)
@@ -0,0 +1,11 @@
+--- kde.orig/kopete/protocols/oscar/liboscar/client.cpp
++++ kde.patched/kopete/protocols/oscar/liboscar/client.cpp
+@@ -516,7 +516,7 @@
+ 	         this, SIGNAL( receivedAwayMessage( const QString&, const QString& ) ) );
+ 	connect( d->typingNotifyTask, SIGNAL( typingStarted( const QString& ) ),
+ 	         this, SIGNAL( userStartedTyping( const QString& ) ) );
+-	connect( d->typingNotifyTask, SIGNAL( gotInfo( const QString& ) ),
++	connect( d->typingNotifyTask, SIGNAL( typingFinished( const QString& ) ),
+ 	         this, SIGNAL( userStoppedTyping( const QString& ) ) );
+ }
+ 




More information about the pkg-kde-commits mailing list