summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2014-07-15 07:29:27 +0100
committerWill Thompson <will@willthompson.co.uk>2014-07-15 07:29:27 +0100
commitc7814834c37d9a792ba4903520701147955b05f2 (patch)
tree820819cbcd5ad8f5f7bcbe30c908584076141400
parentd2fa9389ca0a306e0958b99520708088282f7a6a (diff)
UI: remove some redundant stuff
-rw-r--r--Bustle/UI.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bustle/UI.hs b/Bustle/UI.hs
index 3a0ce7b..a78797e 100644
--- a/Bustle/UI.hs
+++ b/Bustle/UI.hs
@@ -354,8 +354,7 @@ emptyWindow = do
onActivateLeaf openTwoItem $ widgetShowAll openTwoDialog
-- Help menu
- embedIO $ \r -> do
- onActivateLeaf aboutItem $ showAboutDialog window
+ io $ onActivateLeaf aboutItem $ showAboutDialog window
m <- asks methodIcon
s <- asks signalIcon