[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-15 17:55:07
Message-ID: 20110115175507.32C8C3E1F1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1214635 by mart:

disable the effect watcher since it seems to have issues


 M  +3 -2      theme.cpp  


--- trunk/KDE/kdelibs/plasma/theme.cpp #1214634:1214635
@@ -108,8 +108,9 @@
             QObject::connect(compositeWatch, SIGNAL(newOwner(Window)), q, \
                SLOT(compositingChanged()));
             QObject::connect(compositeWatch, SIGNAL(lostOwner()), q, \
SLOT(compositingChanged()));  //watch for blur effect property changes as well
-            effectWatcher = new EffectWatcher(WindowEffects::BlurBehind);
-            QObject::connect(effectWatcher, SIGNAL(blurBehindChanged(bool)), q, \
SLOT(blurBehindChanged(bool))); +            effectWatcher = 0;
+           /* effectWatcher = new EffectWatcher(WindowEffects::BlurBehind);
+            QObject::connect(effectWatcher, SIGNAL(blurBehindChanged(bool)), q, \
SLOT(blurBehindChanged(bool)));*/  }
 #endif
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic