[Pkg-bazaar-commits] ./bzr-gtk/unstable r66: Fix annotate diff window title

Aaron Bentley aaron.bentley at utoronto.ca
Fri Apr 10 07:16:20 UTC 2009


------------------------------------------------------------
revno: 66
committer: Aaron Bentley <aaron.bentley at utoronto.ca>
branch nick: gtk
timestamp: Mon 2006-06-19 19:12:15 -0400
message:
  Fix annotate diff window title
modified:
  annotate/gannotate.py
-------------- next part --------------
=== modified file 'annotate/gannotate.py'
--- a/annotate/gannotate.py	2006-06-19 18:33:06 +0000
+++ b/annotate/gannotate.py	2006-06-19 23:12:15 +0000
@@ -214,7 +214,7 @@
             tree2 = repository.revision_tree(NULL_REVISION)
         from bzrlib.plugins.gtk.viz.diffwin import DiffWindow
         window = DiffWindow()
-        window.set_diff("Diff for row %d" % row, tree1, tree2)
+        window.set_diff("Diff for row %d" % (row+1), tree1, tree2)
         window.set_file(tree1.id2path(self.file_id))
         window.show()
 



More information about the Pkg-bazaar-commits mailing list