~didrocks/ubuntuone-client/dont-suffer-zg-crash

« back to all changes in this revision

Viewing changes to ubuntuone/platform/linux/filesystem_notifications.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-01-25 16:42:52 UTC
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: james.westby@ubuntu.com-20110125164252-rl1pybasx1nsqgoy
Tags: upstream-1.5.3
ImportĀ upstreamĀ versionĀ 1.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
                            self.eq_push(evtname+"DELETE", path=f_path)
304
304
                            self.eq_push(evtname+"CREATE", path=t_path)
305
305
                            if not event.dir:
306
 
                                self.eq_push('FS_FILE_CLOSE_WRITE', t_path)
 
306
                                self.eq_push('FS_FILE_CLOSE_WRITE',
 
307
                                             path=t_path)
307
308
                        else:
308
309
                            self.monitor.inotify_watch_fix(f_path, t_path)
309
310
                            self.eq_push(evtname+"MOVE",