From 5d42da6f605385a5692eaf34678e6d4524edad56 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Tue, 25 Sep 2007 20:29:30 +0200 Subject: modifyLayout -> handleMessage. darcs-hash:20070925182930-72aca-7941d37cac143444e9f167e3dd15944d1138a377.gz --- NewTabbed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NewTabbed.hs') 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 _ _ = [] -- cgit v1.2.3