/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to diff.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 22:58:29 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110812225829-qbyn8z2z04rc8jw4
Fixed row/path issues in gannoate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
382
382
                    break
383
383
        if tv_path is None:
384
384
            raise errors.NoSuchFile(file_path)
385
 
        self.treeview.set_cursor(tv_path)
 
385
        self.treeview.set_cursor(tv_path, None, False)
386
386
        self.treeview.scroll_to_cell(tv_path)
387
387
 
388
388
    def _treeview_cursor_cb(self, *args):