After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 126235 - gok .kbd i18n changes regress gok labels, need to strip whitespace
gok .kbd i18n changes regress gok labels, need to strip whitespace
Status: RESOLVED FIXED
Product: gok
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: David Bolter
David Bolter
Depends on:
Blocks: 90500
 
 
Reported: 2003-11-05 00:15 UTC by bill.haneman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bill.haneman 2003-11-05 00:15:41 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?
Comment 1 bill.haneman 2003-11-10 14:07:50 UTC
fixed on my machine = calling g_strstrip is enough.  Probably we want
to do this anyhow, eh?

Comment 2 David Bolter 2003-11-10 14:12:21 UTC
I guess that would make gok more robust.... so why not?
Comment 3 bill.haneman 2003-11-10 21:18:14 UTC
fixed in CVS.