rpms/kdebase/FC-5 kdebase-3.5.4-kde#134120.patch, NONE, 1.1 kdebase.spec, 1.187, 1.188

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 18 13:43:12 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdebase/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv22870

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.4-kde#134120.patch 
Log Message:
fix #134120, Don't delete the KCMultiDialog down the path from its finished() signal


kdebase-3.5.4-kde#134120.patch:
 krootwm.cc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdebase-3.5.4-kde#134120.patch ---
Index: kdesktop/krootwm.cc
===================================================================
--- kdesktop/krootwm.cc	(Revision 584756)
+++ kdesktop/krootwm.cc	(Revision 584757)
@@ -738,7 +738,7 @@
 
 void KRootWm::slotConfigClosed()
 {
-    delete m_configDialog;
+    m_configDialog->delayedDestruct();
     m_configDialog = 0;
 }
 


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/FC-5/kdebase.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- kdebase.spec	18 Sep 2006 13:28:57 -0000	1.187
+++ kdebase.spec	18 Sep 2006 13:43:05 -0000	1.188
@@ -66,6 +66,7 @@
 Patch106: kdebase-3.5.4-kde#53642.patch
 Patch107: kdebase-3.5.4-kde#133665.patch
 Patch108: kdebase-3.5.4-leaks.patch
+Patch109: kdebase-3.5.4-kde#134120.patch
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -186,6 +187,7 @@
 %patch106 -p0 -b .kde#53642
 %patch107 -p0 -b .kde#133665
 %patch108 -p0 -b .leaks
+%patch109 -p0 -b .kde#134120
 
 %if %{rhel}
    rm -rf kdeprint/kdeprintfax
@@ -561,6 +563,7 @@
    fix two possible mem leaks
    fix #53642, Menubar is always visible after coming back from fullscreen
    fix #133665, crash in kiosk mode
+   fix #134120, Don't delete the KCMultiDialog down the path from its finished() signal
 - add missing icons for package_games_kids
 - add more icon contexts (Tango icontheme)
 




More information about the fedora-cvs-commits mailing list