diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
commit | a17402e82a0f0c6de2284d904a805c02f8f9f81d (patch) | |
tree | 8bec35a783f9f0df220466f2cacd18f230c5a19e /XMonad/Layout | |
parent | e05166432c3265256893eda82dfba0b7eb47c305 (diff) | |
download | XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.gz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.xz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.zip |
Mark modules last-modified in 2007 as stable
Ignore-this: 53f7fde5684cd9f105cf4e3ce0d849d2
http://www.haskell.org/pipermail/xmonad/2009-July/008328.html
darcs-hash:20090904005147-1499c-26b69f4359925d57dcbbed2a557fc4b1b69eaca4.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/Accordion.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Accordion.hs b/XMonad/Layout/Accordion.hs index 2eda320..0516b4a 100644 --- a/XMonad/Layout/Accordion.hs +++ b/XMonad/Layout/Accordion.hs @@ -7,7 +7,7 @@ -- License : BSD -- -- Maintainer : glasser@mit.edu --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- LayoutClass that puts non-focused windows in ribbons at the top and bottom |