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 160700 - Background capplet cannot use translated meta data
Background capplet cannot use translated meta data
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Background
git master
Other Linux
: High normal
: ---
Assigned To: Rodney Dawes
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-07 14:55 UTC by Thomas Wood
Modified: 2005-01-09 01:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Rough fix (1.45 KB, patch)
2004-12-07 15:12 UTC, Thomas Wood
none Details | Review
Tidied up fix (1.33 KB, patch)
2004-12-14 15:43 UTC, Thomas Wood
none Details | Review
Final patch (1.89 KB, patch)
2005-01-08 21:03 UTC, Thomas Wood
none Details | Review

Description Thomas Wood 2004-12-07 14:55:34 UTC
The background capplet ignores translated strings in the XML files it uses to
retrieve meta data about installed backgrounds.
Comment 1 Thomas Wood 2004-12-07 15:12:00 UTC
Created attachment 34589 [details] [review]
Rough fix
Comment 2 Thomas Wood 2004-12-14 15:43:20 UTC
Created attachment 34831 [details] [review]
Tidied up fix
Comment 3 Rodney Dawes 2005-01-06 00:39:45 UTC
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;
Comment 4 Thomas Wood 2005-01-08 21:03:19 UTC
Created attachment 35681 [details] [review]
Final patch
Comment 5 Rodney Dawes 2005-01-09 01:21:23 UTC
Committed.