aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-10-12 03:05:09 +0200
committerDavid Roundy <droundy@darcs.net>2007-10-12 03:05:09 +0200
commit733c8d370ed1300b63bcb928677205d14e4a6886 (patch)
treef74948092cc2fafd04bcf50738d40a85db5a8b3e /Main.hs
parent0e34d5897a5cf4ee894143e6d9cabe86399a2d57 (diff)
downloadxmonad-733c8d370ed1300b63bcb928677205d14e4a6886.tar.gz
xmonad-733c8d370ed1300b63bcb928677205d14e4a6886.tar.xz
xmonad-733c8d370ed1300b63bcb928677205d14e4a6886.zip
fix one last bug w.r.t. issue 55.
darcs-hash:20071012010509-72aca-98045b4e5f7b81fcfdd79b7d67f2420060463cd4.gz
Diffstat (limited to '')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 72b7c61..7748b40 100644
--- a/Main.hs
+++ b/Main.hs
@@ -256,6 +256,6 @@ handle (ConfigureEvent {ev_window = w}) = whenX (isRoot w) rescreen
-- property notify
handle PropertyEvent { ev_event_type = t, ev_atom = a }
- | t == propertyNotify && a == wM_NAME = do logHook
+ | t == propertyNotify && a == wM_NAME = logHook `catchX` return ()
handle e = broadcastMessage e -- trace (eventName e) -- ignoring