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 526216 - move gweather-xml parsing code to libgweather
move gweather-xml parsing code to libgweather
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on: 526015
Blocks:
 
 
Reported: 2008-04-04 19:18 UTC by Dan Winship
Modified: 2008-04-07 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to use the libgweather-based parser from bug 526015 (17.65 KB, patch)
2008-04-04 19:18 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2008-04-04 19:18:16 UTC
Bug 526015 moves gweather's Location.xml-parsing code to libgweather, and fixes it to *correctly* ignore unrecognized data in the file. This is the corresponding patch to make gweather use libgweather's version of the parser and remove its own.
Comment 1 Dan Winship 2008-04-04 19:18:49 UTC
Created attachment 108627 [details] [review]
patch to use the libgweather-based parser from bug 526015
Comment 2 Vincent Untz 2008-04-07 09:11:26 UTC
Callum, I went ahead and committed this to trunk and gnome-2-22 since the gweather change is needed to fix a major bug in the clock applet (bug 519823).

Thanks Dan!