From 68af29015b6e3c3dd2397712d57a38aeffdbd24f Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 8 May 2007 17:04:12 +0200 Subject: Redundant parens darcs-hash:20070508150412-a5988-abf7b3c1e96051cb0cb964f6a94239ac76f83a4e --- Operations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Operations.hs') diff --git a/Operations.hs b/Operations.hs index 0b45b75..ac5bcc9 100644 --- a/Operations.hs +++ b/Operations.hs @@ -297,7 +297,7 @@ view n = do ws' <- gets workspace -- If the old workspace isn't visible anymore, we have to hide the windows -- in case we're switching to an empty workspace. - when (m `notElem` (W.visibleWorkspaces ws')) (mapM_ hide (W.index m ws)) + when (m `notElem` W.visibleWorkspaces ws') (mapM_ hide (W.index m ws)) clearEnterEvents setTopFocus -- cgit v1.2.3