~ubuntu-branches/ubuntu/natty/libgdata/natty-updates

« back to all changes in this revision

Viewing changes to gdata/gdata-feed.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-01-05 11:09:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110105110900-gkjnbslnr18s45us
Tags: 0.8.0-0ubuntu1
* New upstream release
* debian/control:
  - Use gir1.2 packages
  - Use standards version 3.9.1
  - Add Vcs-Bzr link
  - Rename libgdata10 to libgdata11
* debian/rules:
  - Drop simple-patchsys.mk
* debian/source:
  - Use source version 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
 
557
557
        /* NOTE: Only the required elements are implemented at the moment */
558
558
        gdata_parser_string_append_escaped (xml_string, "<title type='text'>", priv->title, "</title>");
559
 
        g_string_append_printf (xml_string, "<id>%s</id>", priv->id);
 
559
        gdata_parser_string_append_escaped (xml_string, "<id>", priv->id, "</id>");
560
560
 
561
561
        updated = gdata_parser_int64_to_iso8601 (priv->updated);
562
562
        g_string_append_printf (xml_string, "<updated>%s</updated>", updated);