diff options
author | Spencer Janssen <spencerjanssen@gmail.com> | 2009-03-19 09:19:18 +0100 |
---|---|---|
committer | Spencer Janssen <spencerjanssen@gmail.com> | 2009-03-19 09:19:18 +0100 |
commit | ddefe498db16c9c325d708d432855f7a3baeb1ef (patch) | |
tree | e05185a3853e6b9f4c66be78319e1b224fdcf79f /man | |
parent | 18a7422064d99f0d775a7777750d29e109dcba4e (diff) | |
download | metatile-ddefe498db16c9c325d708d432855f7a3baeb1ef.tar metatile-ddefe498db16c9c325d708d432855f7a3baeb1ef.zip |
Avoid deadly cycle in man/xmonad.hs
Ignore-this: adcba110caad465a2cbb4b9dca7cb612
darcs-hash:20090319081918-25a6b-844a84f9eeed88562c903eb109cd4fcb3c4d3c28
Diffstat (limited to 'man')
-rw-r--r-- | man/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xmonad.hs b/man/xmonad.hs index f721287..0cbdc04 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -229,7 +229,7 @@ myManageHook = composeAll -- return (All True) if the default handler is to be run afterwards. To -- combine event hooks use mappend or mconcat from Data.Monoid. -- -myEventHook = handleEventHook +myEventHook = mempty ------------------------------------------------------------------------ -- Status bars and logging |