~ubuntu-branches/ubuntu/natty/gvfs/natty

« back to all changes in this revision

Viewing changes to daemon/gvfsbackenddav.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-03-22 11:11:57 UTC
  • Revision ID: james.westby@ubuntu.com-20110322111157-tn8edztqci0xr9hk
Correctly update using merge-upstream otherwise the diff will be reverted
in the diff.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
730
730
ms_response_is_target (MsResponse *response)
731
731
{
732
732
  const char *text;
733
 
  const char *path;
734
733
  SoupURI    *target;
735
734
  SoupURI    *uri;
736
735
  gboolean    res;
737
736
 
738
737
  uri    = NULL;
739
 
  path   = NULL;
740
738
  target = response->multistatus->target;
741
739
  text   = node_get_content (response->href);
742
740