diff options
author | Michael Fellinger <m.fellinger@gmail.com> | 2007-09-11 04:18:15 +0200 |
---|---|---|
committer | Michael Fellinger <m.fellinger@gmail.com> | 2007-09-11 04:18:15 +0200 |
commit | 597d44710293311df8ea3a39a06b77b37ba551e9 (patch) | |
tree | b85436b28fd1fe0db0b10d9d69aac69c934027e4 | |
parent | d76162679a5f143e64c3515c064ecb1309b2b173 (diff) | |
download | XMonadContrib-597d44710293311df8ea3a39a06b77b37ba551e9.tar.gz XMonadContrib-597d44710293311df8ea3a39a06b77b37ba551e9.tar.xz XMonadContrib-597d44710293311df8ea3a39a06b77b37ba551e9.zip |
Typo in Tabbed.hs documentation
darcs-hash:20070911021815-cbc08-f0ed1f0a45095387739a549c2f7b6b451bf54a43.gz
-rw-r--r-- | Tabbed.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ import XMonadContrib.LayoutHelpers ( idModify ) -- -- You can also edit the default configuration options. -- --- > myconfig = defaultTConf { inactiveBolderColor = "#FF0000" +-- > myconfig = defaultTConf { inactiveBorderColor = "#FF0000" -- > , activeTextColor = "#00FF00"} -- -- and |