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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 18 13:48:54 UTC 2006


Author: than

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

Modified Files:
	kdebase.spec 
Added Files:
	kdebase-3.5.4-kde#134099.patch 
Log Message:
always initialize Client::opacity_


kdebase-3.5.4-kde#134099.patch:
 client.cpp |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE kdebase-3.5.4-kde#134099.patch ---
Index: kwin/client.cpp
===================================================================
--- kwin/client.cpp	(Revision 584758)
+++ kwin/client.cpp	(Revision 584759)
@@ -93,6 +93,7 @@
         border_right( 0 ),
         border_top( 0 ),
         border_bottom( 0 ),
+        opacity_( 0 ),
         demandAttentionKNotifyTimer( NULL )
 // SELI do all as initialization
     {


Index: kdebase.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebase/FC-5/kdebase.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- kdebase.spec	18 Sep 2006 13:43:05 -0000	1.188
+++ kdebase.spec	18 Sep 2006 13:48:52 -0000	1.189
@@ -67,6 +67,7 @@
 Patch107: kdebase-3.5.4-kde#133665.patch
 Patch108: kdebase-3.5.4-leaks.patch
 Patch109: kdebase-3.5.4-kde#134120.patch
+Patch110: kdebase-3.5.4-kde#134099.patch
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -188,6 +189,7 @@
 %patch107 -p0 -b .kde#133665
 %patch108 -p0 -b .leaks
 %patch109 -p0 -b .kde#134120
+%patch110 -p0 -b .kde#134099
 
 %if %{rhel}
    rm -rf kdeprint/kdeprintfax
@@ -563,7 +565,8 @@
    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
+   fix #134120, don't delete the KCMultiDialog down the path from its finished() signal
+   fix #134099, always initialize Client::opacity_ 
 - add missing icons for package_games_kids
 - add more icon contexts (Tango icontheme)
 




More information about the fedora-cvs-commits mailing list