aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-08 17:04:12 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-08 17:04:12 +0200
commit0b301c4534b5f28084de89302c76e85bc5627061 (patch)
treec4f259cb54557e2c4feea5fd7e13333ce60b2aa2
parent9919351b310d7786a1456a120fe6947b5420e5b1 (diff)
downloadxmonad-0b301c4534b5f28084de89302c76e85bc5627061.tar.gz
xmonad-0b301c4534b5f28084de89302c76e85bc5627061.tar.xz
xmonad-0b301c4534b5f28084de89302c76e85bc5627061.zip
Redundant parens
darcs-hash:20070508150412-a5988-abf7b3c1e96051cb0cb964f6a94239ac76f83a4e.gz
-rw-r--r--Operations.hs2
1 files changed, 1 insertions, 1 deletions
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