From 80342f99dae995ebd9871a54ecd5486b64593ad0 Mon Sep 17 00:00:00 2001 From: Casper Boemann Date: Thu, 24 Jan 2008 02:46:43 +0000 Subject: [PATCH] don't say we suppport Above and below others when we don't This might solve a crash but since i couldn't confirm the crash in the first place i cannot say for sure. svn path=/trunk/KDE/kdebase/workspace/; revision=765464 --- clients/oxygen/oxygen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/oxygen/oxygen.cpp b/clients/oxygen/oxygen.cpp index f7b7b86716..c030f76440 100644 --- a/clients/oxygen/oxygen.cpp +++ b/clients/oxygen/oxygen.cpp @@ -132,8 +132,8 @@ bool OxygenFactory::supports( Ability ability ) const case AbilityButtonMinimize: case AbilityButtonMaximize: case AbilityButtonClose: - case AbilityButtonAboveOthers: - case AbilityButtonBelowOthers: +// case AbilityButtonAboveOthers: +// case AbilityButtonBelowOthers: case AbilityButtonSpacer: return true; // no colors supported at this time