rev 10594 - branches/kde4/packages/kdebase-workspace/debian/patches

Fathi Boudra fabo at alioth.debian.org
Thu May 15 08:07:42 UTC 2008


Author: fabo
Date: 2008-05-15 08:07:42 +0000 (Thu, 15 May 2008)
New Revision: 10594

Added:
   branches/kde4/packages/kdebase-workspace/debian/patches/21_disable_blend_title_bar.diff
Log:
forget to add the patch.


Added: branches/kde4/packages/kdebase-workspace/debian/patches/21_disable_blend_title_bar.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/21_disable_blend_title_bar.diff	                        (rev 0)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/21_disable_blend_title_bar.diff	2008-05-15 08:07:42 UTC (rev 10594)
@@ -0,0 +1,25 @@
+it makes sense to set BlendTitlebarColors default value to false,
+with ozone set as default windeco, until KDE bug #160117 is solved.
+
+--- a/kwin/clients/ozone/config/config.cpp
++++ b/kwin/clients/ozone/config/config.cpp
+@@ -68,7 +68,7 @@
+ void OxygenConfig::load( const KConfigGroup&  )
+ {
+ 	KConfigGroup cg(c, "Windeco");
+-	ui->blendTitlebarColors->setChecked( cg.readEntry("BlendTitlebarColors", true) );
++	ui->blendTitlebarColors->setChecked( cg.readEntry("BlendTitlebarColors", false) );
+ }
+ 
+ 
+--- a/kwin/clients/ozone/oxygen.cpp
++++ b/kwin/clients/ozone/oxygen.cpp
+@@ -118,7 +118,7 @@
+     else if (value == "AlignRight") titlealign_ = Qt::AlignRight;
+ 
+     bool oldblend = blendTitlebarColors;    
+-    blendTitlebarColors_ = group.readEntry( "BlendTitlebarColors", true );
++    blendTitlebarColors_ = group.readEntry( "BlendTitlebarColors", false );
+ 
+     if (oldalign == titlealign_ && oldblend == blendTitlebarColors_)
+         return false;




More information about the pkg-kde-commits mailing list