~chrisccoulson/gvfs/lp804397

« back to all changes in this revision

Viewing changes to daemon/gvfsjobdelete.c

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog, Josselin Mouette, Raphaël Hertzog
  • Date: 2011-04-13 17:17:02 UTC
  • mfrom: (33.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20110413171702-10cq7x36f9wg47px
Tags: 1.8.0-1
* Team upload.

[ Josselin Mouette ]
* Set section: gnome, keep libs only for gvfs itself.

[ Raphaël Hertzog ]
* New upstream release.
* Drop 07_smb_initialdir.patch, merged upstream.
* Update 04_hurd_path_max.patch to apply again, and a fix in the patch
  itself (the #ifdef-ed code was not matching the original code, missing
  an assignation).
* Update Standards-Version to 3.9.2 (no change).
* Switch Vcs-Svn to use anonymous URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
      dbus_error_free (&derror);
97
97
 
98
98
      dbus_connection_send (connection, reply, NULL);
99
 
      dbus_message_unref (reply);
100
99
      return NULL;
101
100
    }
102
101