/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 viz/diffwin.py

  • Committer: Aaron Bentley
  • Date: 2006-06-19 18:28:49 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060619182849-12de5f4190a12e89
Scroll to the appropriate cell when file selected

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        if tv_path is None:
148
148
            raise NoSuchFile(file_path)
149
149
        self.treeview.set_cursor(tv_path)
 
150
        self.treeview.scroll_to_cell(tv_path)
150
151
 
151
152
    def _treeview_cursor_cb(self, *args):
152
153
        """Callback for when the treeview cursor changes."""