/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/branchwin.py

  • Committer: Daniel Schierbeck
  • Date: 2007-10-20 21:45:16 UTC
  • Revision ID: daniel.schierbeck@gmail.com-20071020214516-l2nolcypo53g7kna
Moved revision selection to the new view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
    def _go_clicked_cb(self, revid):
195
195
        """Callback for when the go button for a parent is clicked."""
196
 
        self.treeview.set_cursor(self.index[revid])
197
 
        self.treeview.grab_focus()
 
196
        self.treeview.set_revision(revid)
198
197
 
199
198
    def show_diff(self, branch, revid, parentid):
200
199
        """Open a new window to show a diff between the given revisions."""