GNOME Bugzilla – Bug 126235
gok .kbd i18n changes regress gok labels, need to strip whitespace
Last modified: 2004-12-22 21:47:04 UTC
GOK doesn't seem to strip leading whitespace from GOK:label elements. Since Brian's patch changes the whitespace in these elements, this regresses GOK's keyboards. I think the fix might be pretty simple, but is GOK the right place to fix this? i.e. should GOK strip whitespace via C code, or pass an argument/param to the XML parser telling it to strip whitespace, or what?
fixed on my machine = calling g_strstrip is enough. Probably we want to do this anyhow, eh?
I guess that would make gok more robust.... so why not?
fixed in CVS.