/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: Gary van der Merwe
  • Date: 2007-09-26 18:54:49 UTC
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070926185449-fnpusq5mkiplnol3
Tags: Test
Fix bug with revision menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
            menu.popup(None, None, None, event.button, event.get_time())
306
306
 
307
307
    def selected_revision(self, path):
308
 
        return self.model[path][0]
 
308
        return self.model[path][treemodel.REVISION]
309
309
 
310
310
    def selected_revisions(self):
311
311
        return [self.selected_revision(path) for path in \