From cd75c27ff2e3b20d3adf8dcc1de9894873314c04 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 21 May 2007 06:21:18 +0200 Subject: Fixes for windowset -> workspace rename darcs-hash:20070521042118-a5988-a2f979585ee35d3905dbcf6244c22af67489caa6.gz --- RotView.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RotView.hs') diff --git a/RotView.hs b/RotView.hs index 7505bb2..46ce0bf 100644 --- a/RotView.hs +++ b/RotView.hs @@ -18,7 +18,7 @@ import Data.Maybe ( listToMaybe ) import qualified StackSet as W ( stacks, current, visibleWorkspaces, index ) rotView :: Bool -> X () -rotView b = do ws <- gets workspace +rotView b = do ws <- gets windowset let m = W.current ws vis = W.visibleWorkspaces ws allws = if b then allWorkspaces ws else reverse $ allWorkspaces ws -- cgit v1.2.3