GNOME Bugzilla – Bug 160700
Background capplet cannot use translated meta data
Last modified: 2005-01-09 01:21:23 UTC
The background capplet ignores translated strings in the XML files it uses to retrieve meta data about installed backgrounds.
Created attachment 34589 [details] [review] Rough fix
Created attachment 34831 [details] [review] Tidied up fix
Please use gchar * nodelang, and put the appropriate space between gchar and ** here, to match the style of the rest of the code. + xmlChar * nodelang; + const gchar** syslangs;
Created attachment 35681 [details] [review] Final patch
Committed.