diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-27 23:49:13 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-27 23:49:13 +0200 |
commit | 6ade6da4380f9a6f02e6014de0a5acab4ffa43ea (patch) | |
tree | 6b5ee763d4fdd6eb4a095351448ba253d287730f | |
parent | c40b0d2fa0e7c41254be9e24e66928c65bfd83e3 (diff) | |
download | xmobar-6ade6da4380f9a6f02e6014de0a5acab4ffa43ea.tar.gz xmobar-6ade6da4380f9a6f02e6014de0a5acab4ffa43ea.tar.bz2 |
typos
darcs-hash:20070627214913-d6583-a1fd718dee8bc06583569766b44dd140fcbd79af.gz
-rw-r--r-- | XMobar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ initColor dpy c = (color_pixel . fst) `liftM` allocNamedColor dpy colormap c io :: IO a -> Xbar a io = liftIO --- | work arount the the Int max bound: since threadDelay takes an Int, it +-- | Work arount to the Int max bound: since threadDelay takes an Int, it -- is not possible to set a thread delay grater than about 45 minutes. -- With a little recursion we solve the problem. tenthSeconds :: Int -> IO () |