diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-17 11:14:38 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-17 11:14:38 +0200 |
commit | c2b98fd88acba773135167454422ff68c85e2f49 (patch) | |
tree | b34ebf398db597872cbc8f41ee04c13c9e32cacd /Main.hs | |
parent | 6d21a15b2563c8e6f84e1a6fbc6f6b6eb3439cd0 (diff) | |
download | xmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.gz xmobar-c2b98fd88acba773135167454422ff68c85e2f49.tar.bz2 |
changed runXmobar to runXbar
darcs-hash:20070717091438-d6583-cd772f86e2296bf7de4780425819d3d04d502a6e.gz
Diffstat (limited to 'Main.hs')
-rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ main = cl <- parseTemplate config (template config) var <- execCommands config cl (d,w) <- createWin config - runXmobar config var d w eventLoop + runXbar config var d w eventLoop -- | Reads the configuration files or quits with an error readConfig :: FilePath -> IO Config |