From 3f10840169f9febce1707969037614ed52064194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 10 Jun 2010 21:00:41 +0000 Subject: [PATCH] Forward port rev 1136822: If presentwindows does not get activated, we have to revert the tabbox state or next activation is not possible. CCBUG: 240730 svn path=/trunk/KDE/kdebase/workspace/; revision=1136823 --- effects/presentwindows/presentwindows.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index 6c283385b1..61e0002b78 100644 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -679,6 +679,8 @@ void PresentWindowsEffect::tabBoxAdded( int mode ) setActive( true ); if( m_activated ) effects->refTabBox(); + else + m_tabBoxEnabled = false; } }