Hi,
On Wed, Aug 04, 2010 at 04:20:05AM -0300, Diego Nieto Cid wrote:
> @@ -1748,6 +1748,9 @@ xkb_init (void **handle, int no_exit, int argc, char
> **argv, int *next)
> if (!arguments.xkbdir)
> {
> arguments.xkbdir = "/usr/share/X11/xkb";
> + }
> + if (!arguments.keymapfile)
> + {
> arguments.keymapfile = "keymap/hurd";
> }
This change looks reasonable to me. Can't say for sure though, as I
don't know what these arguments are actually about :-)
BTW, I think it should be "arguments'", not "argument's" :-)
-antrik-