diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-09-19 15:02:22 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-09-19 15:02:22 +0200 |
commit | 66b533931a57451f4fa24e705aacd587c1407d6f (patch) | |
tree | 46051a2d33c634770ee19c9afd1090ec00351f7b /src/Main.hs | |
parent | d0a216d89697f900729fd427a8dd833a123a6c25 (diff) | |
parent | 1dabd20fb794567d3413f562e590fa5aa04144a0 (diff) | |
download | xmobar-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.hs | 2 |
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] |