/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 annotate/gannotate.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-11-10 17:10:08 UTC
  • mfrom: (330.5.8 bzr-gtk-0.92.1)
  • mto: This revision was merged to the branch mainline in revision 395.
  • Revision ID: szilveszter.farkas@gmail.com-20071110171008-0lbcoysr75cmuwwd
Merge changes from the 0.92.1 release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        self.branch = branch
65
65
        self.tree = tree
66
66
        self.file_id = file_id
67
 
        self.logview.set_file_id(file_id)
 
67
        self.revisionview.set_file_id(file_id)
68
68
        self.revision_id = getattr(tree, 'get_revision_id', 
69
69
                                   lambda: CURRENT_REVISION)()
70
70