rev 7644 - in trunk/packages/kdevelop/debian: . patches

Jeremy Lainé sharky at alioth.debian.org
Wed Oct 24 13:51:35 UTC 2007


Author: sharky
Date: 2007-10-24 13:51:35 +0000 (Wed, 24 Oct 2007)
New Revision: 7644

Added:
   trunk/packages/kdevelop/debian/patches/03_fix_plugins_double_update.diff
Modified:
   trunk/packages/kdevelop/debian/changelog
Log:
fix plugins double update


Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog	2007-10-23 23:15:09 UTC (rev 7643)
+++ trunk/packages/kdevelop/debian/changelog	2007-10-24 13:51:35 UTC (rev 7644)
@@ -1,3 +1,9 @@
+kdevelop (4:3.5.0-2) unstable; urgency=low
+
+  * Apply patch for plugins double update (r728690).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Wed, 24 Oct 2007 15:50:04 +0200
+
 kdevelop (4:3.5.0-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/packages/kdevelop/debian/patches/03_fix_plugins_double_update.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/03_fix_plugins_double_update.diff	                        (rev 0)
+++ trunk/packages/kdevelop/debian/patches/03_fix_plugins_double_update.diff	2007-10-24 13:51:35 UTC (rev 7644)
@@ -0,0 +1,10 @@
+--- kdevelop/languages/cpp/cppsupportpart.cpp	2007/10/23 22:58:44	728690
++++ kdevelop/languages/cpp/cppsupportpart.cpp	2007/10/23 23:34:25	728703
+@@ -2532,7 +2532,6 @@
+ 			if( !canUpdate ) {  ///If the current model could be updated, do not emit addedSourceInfo(..) and remove the units from the parser, because nobody will be using them
+ 				QStringList l = files.res;
+ 				while(!l.isEmpty() ) {
+-					emit addedSourceInfo( l.front() );
+ 					emit aboutToRemoveSourceInfo( l.front() );
+ 					emit removedSourceInfo( l.front() );
+ 					emit addedSourceInfo( l.front() );




More information about the pkg-kde-commits mailing list