diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-17 07:00:34 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-07-17 07:00:34 +0200 |
commit | 5f8d68a7f9cfa9b8a41df84d9c086edb99b92a20 (patch) | |
tree | c485ed5764d1c8f32ba13dcddb7f177ef4eaa9f4 | |
parent | f59213412f3b92dfa12498432fc368aa801a3f83 (diff) | |
download | XMonadContrib-5f8d68a7f9cfa9b8a41df84d9c086edb99b92a20.tar.gz XMonadContrib-5f8d68a7f9cfa9b8a41df84d9c086edb99b92a20.tar.xz XMonadContrib-5f8d68a7f9cfa9b8a41df84d9c086edb99b92a20.zip |
Tabbed.hs: corrected error in Usage reported by Xavier Maillard
darcs-hash:20070717050034-32816-069be547ec3bd7c4bc42daa4b613fa7ec9c22254.gz
-rw-r--r-- | Tabbed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import XMonadContrib.LayoutHelpers ( idModify ) -- -- > import XMonadContrib.Tabbed -- --- > defaultLayouts :: [Layout] +-- > defaultLayouts :: [Layout Window] -- > defaultLayouts = [ tabbed shrinkText defaultTConf -- > , ... ] -- |