rev 5978 - in kde-extras/kfocus/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Mon Apr 23 21:33:19 UTC 2007


Author: msp
Date: 2007-04-23 21:33:17 +0000 (Mon, 23 Apr 2007)
New Revision: 5978

Added:
   kde-extras/kfocus/trunk/debian/patches/kfocus.cpp.diff
Modified:
   kde-extras/kfocus/trunk/debian/changelog
Log:
* Sync with ubuntu kfocus.cpp.diff 
  - happy to apply patches, but only if I know about them

Modified: kde-extras/kfocus/trunk/debian/changelog
===================================================================
--- kde-extras/kfocus/trunk/debian/changelog	2007-04-23 17:43:38 UTC (rev 5977)
+++ kde-extras/kfocus/trunk/debian/changelog	2007-04-23 21:33:17 UTC (rev 5978)
@@ -1,8 +1,9 @@
-kfocus (1.0.2-17) UNRELEASED; urgency=low
+kfocus (1.0.2-17) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Sync with ubuntu kfocus.cpp.diff 
+    - happy to apply patches, but only if I know about them
 
- -- Mark Purcell <msp at debian.org>  Sat,  2 Dec 2006 13:02:49 +0000
+ -- Mark Purcell <msp at debian.org>  Tue, 24 Apr 2007 07:32:43 +1000
 
 kfocus (1.0.2-16) unstable; urgency=low
 

Added: kde-extras/kfocus/trunk/debian/patches/kfocus.cpp.diff
===================================================================
--- kde-extras/kfocus/trunk/debian/patches/kfocus.cpp.diff	2007-04-23 17:43:38 UTC (rev 5977)
+++ kde-extras/kfocus/trunk/debian/patches/kfocus.cpp.diff	2007-04-23 21:33:17 UTC (rev 5978)
@@ -0,0 +1,11 @@
+--- kfocus-1.0.2/kfocus/kfocus.cpp.orig	2006-12-18 20:28:05.000000000 +0200
++++ kfocus-1.0.2/kfocus/kfocus.cpp	2006-12-18 20:25:15.000000000 +0200
+@@ -396,7 +396,7 @@
+   KMainWindow* w;
+   if(memberList)
+   {
+-    for(w=memberList->first(); w!=0; w=memberList->first())
++    for(w=memberList->first(); w!=0; w=memberList->next())
+     {
+       // only close the window if the closeEvent is accepted. If the user presses
+       // Cancel on the saveModified() dialog, the window and the application stay open.




More information about the pkg-kde-commits mailing list