summaryrefslogtreecommitdiffhomepage
path: root/src/Main.hs
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-09-19 15:02:22 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-09-19 15:02:22 +0200
commit66b533931a57451f4fa24e705aacd587c1407d6f (patch)
tree46051a2d33c634770ee19c9afd1090ec00351f7b /src/Main.hs
parentd0a216d89697f900729fd427a8dd833a123a6c25 (diff)
parent1dabd20fb794567d3413f562e590fa5aa04144a0 (diff)
downloadxmobar-66b533931a57451f4fa24e705aacd587c1407d6f.tar.gz
xmobar-66b533931a57451f4fa24e705aacd587c1407d6f.tar.bz2
Merge branch 'screen_update' of git://github.com/skinner33/xmobar into skinner-screen_update
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index e8efd61..364fa02 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -57,7 +57,7 @@ main = do
cls <- mapM (parseTemplate conf) (splitTemplate conf)
vars <- mapM (mapM startCommand) cls
(r,w) <- createWin d fs conf
- eventLoop (XConf d r w fs conf) vars
+ startLoop (XConf d r w fs conf) vars
-- | Splits the template in its parts
splitTemplate :: Config -> [String]