[xmonad] darcs patch: XMonad.Actions.Plane: Copyright update (and 1 more)

Devin Mullins me at twifkak.com
Wed Jul 9 02:35:36 EDT 2008


On Tue, Jul 08, 2008 at 05:28:52PM -0700, Marco T??lio Gontijo e Silva wrote:
> +                do
> +                    numberLines__ <-
> +                        runProcessWithInput "gconftool-2"
> +                        ["--get", "/apps/panel/applets/workspace_switcher_screen0/prefs/num_rows"] ""
> +                    return $ read numberLines__
read raises an exception if parse fails. Replace with reads or catch the
exception. (Unless you already are, and I'm failing to notice it.)

I'll apply the copyright patch, though. That one terminates. :)


More information about the xmonad mailing list