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

Tue Jul 8 21:15:48 BRT 2008 Marco Túlio Gontijo e Silva

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. :)

Em Ter, 2008-07-08 às 23:35 -0700, Devin Mullins escreveu:
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 made a patch to correct it, but I couldn't amend-record the GConf patch, or unrecord it and record it again, cause it has a lot of dependencies. I'll send here a patch with the correction, is it a problem to apply both? Thanks. -- Marco Túlio Gontijo e Silva Página: http://marcotmarcot.googlepages.com/ Blog: http://marcotmarcot.blogspot.com/ Correio: marcot@riseup.net XMPP: marcot@jabber.org IRC: marcot@irc.freenode.net Telefone: 25151920 Celular: 98116720 Endereço: Rua Turfa, 639/701 Prado 30410-370 Belo Horizonte/MG Brasil

Em Qua, 2008-07-09 às 09:35 -0700, Devin Mullins escreveu:
On Wed, Jul 09, 2008 at 08:59:54AM -0300, Marco T?lio Gontijo e Silva wrote:
I'll send here a patch with the correction, is it a problem to apply both? Nope.
Ok, I'll send as soon as code.haskell.org is up again. -- Marco Túlio Gontijo e Silva Página: http://marcotmarcot.googlepages.com/ Blog: http://marcotmarcot.blogspot.com/ Correio: marcot@riseup.net XMPP: marcot@jabber.org IRC: marcot@irc.freenode.net Telefone: 25151920 Celular: 98116720 Endereço: Rua Turfa, 639/701 Prado 30410-370 Belo Horizonte/MG Brasil
participants (2)
-
Devin Mullins
-
Marco Túlio Gontijo e Silva