~mmcg069/totallywired/trunk

« back to all changes in this revision

Viewing changes to totallywired/db/monitor.py

  • Committer: Matthew McGowan
  • Date: 2013-04-15 22:32:54 UTC
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20130415223254-0cpu3j3jl7ldlbm8
slight refactoring of some code

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        # check if we are dealing with a movement into a .Trash folder
123
123
        if is_trash_path(event.pathname):
124
124
            return
125
 
        self._fevents.add(GLib.filename_to_uri(event.pathname), None)
 
125
        self._fevents.add(GLib.filename_to_uri(event.pathname, None))
126
126
        return
127
127
 
128
128
    def _handle_dir_change(self, event):