~ubuntu-branches/ubuntu/lucid/ubuntuone-client/lucid-proposed

« back to all changes in this revision

Viewing changes to ubuntuone/syncdaemon/dbus_interface.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-09-28 18:15:00 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090928181500-m9bvq30xzi51grwf
Tags: 0.96.0-0ubuntu1
* New upstream release.
  - Make preferences more accessible (LP: #434884)
  - Handle errors better when sharing from Nautilus (LP: #381012)
  - Use a better icon size for notifications (LP: #423034)
  - Remove partial file handling from nautilus extension (LP: #429482)

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
 
770
770
    def emit_share_create_error(self, share_info, error):
771
771
        """ emits ShareDeleted signal """
 
772
        path = self.fs_manager.get_by_mdid(str(share_info['marker'])).path
 
773
        share_info.update(dict(path=path))
772
774
        self.ShareCreateError(share_info, error)
773
775
 
774
776
    @dbus.service.method(DBUS_IFACE_SHARES_NAME,