~ubuntu-branches/ubuntu/wily/bug-buddy/wily

« back to all changes in this revision

Viewing changes to src/bugzilla.c

  • Committer: Bazaar Package Importer
  • Author(s): David Weinehall
  • Date: 2010-03-29 14:54:39 UTC
  • mfrom: (1.1.30 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100329145439-i7qylnitfr51ztv1
Tags: 2.30.0+dfsg-1
* New upstream release.
* debian/patches/99_ltmain_as-needed.patch:
  - refreshed.
* debian/control.in:
  - Update Standards-Version to 3.8.4, no additional changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
        else {
427
427
                g_value_unset (&value);
428
428
                g_set_error (err, BUGZILLA_ERROR, BUGZILLA_ERROR_RECV_PARSE_FAILED, 
429
 
                             _("Unable to parse XML-RPC Response\n\n%s"),
 
429
                             _("Unable to parse XML-RPC response\n\n%s"),
430
430
                             msg->response_body->data);
431
431
                return NULL;
432
432
        }