aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tabbed.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index fa200c2..4680f71 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -107,6 +107,7 @@ whenIJus INothin _ = return ()
instance Layout Tabbed Window where
doLayout (Tabbed mst conf) = doLay mst conf
handleMessage = handleMess
+ description _ = "Tabbed"
instance Read FontStruct where
readsPrec _ _ = []