aboutsummaryrefslogtreecommitdiffstats
path: root/NewTabbed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'NewTabbed.hs')
-rw-r--r--NewTabbed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/NewTabbed.hs b/NewTabbed.hs
index 3312b48..73d5a1b 100644
--- a/NewTabbed.hs
+++ b/NewTabbed.hs
@@ -95,7 +95,7 @@ data Tabbed a =
instance Layout Tabbed Window where
doLayout (Tabbed mst conf) = doLay mst conf
- modifyLayout l m = modLay l m
+ handleMessage l m = modLay l m
instance Read FontStruct where
readsPrec _ _ = []