From 7385793c65391a4d34dd7d0b13a19bfbfa136118 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Thu, 19 Mar 2009 08:19:18 +0000 Subject: [PATCH] Avoid deadly cycle in man/xmonad.hs --- man/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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