aboutsummaryrefslogtreecommitdiffstats
path: root/NewTabbed.hs
diff options
context:
space:
mode:
authorDavid Roundy <droundy@darcs.net>2007-09-25 20:29:30 +0200
committerDavid Roundy <droundy@darcs.net>2007-09-25 20:29:30 +0200
commit5d42da6f605385a5692eaf34678e6d4524edad56 (patch)
tree13e15aec0414303d7f0a25aa2d074811a2947059 /NewTabbed.hs
parent76b62aa4f8b75b704e4e34fe4c7fe536a2e6d1ea (diff)
downloadXMonadContrib-5d42da6f605385a5692eaf34678e6d4524edad56.tar.gz
XMonadContrib-5d42da6f605385a5692eaf34678e6d4524edad56.tar.xz
XMonadContrib-5d42da6f605385a5692eaf34678e6d4524edad56.zip
modifyLayout -> handleMessage.
darcs-hash:20070925182930-72aca-7941d37cac143444e9f167e3dd15944d1138a377.gz
Diffstat (limited to '')
-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 _ _ = []