[Pkg-bazaar-commits] ./bzr-gtk/unstable r187: Fix gannotate.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:49:33 UTC 2009


------------------------------------------------------------
revno: 187
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2007-03-28 03:56:50 +0200
message:
  Fix gannotate.
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-03-27 23:45:49 +0000
+++ b/__init__.py	2007-03-28 01:56:50 +0000
@@ -252,7 +252,7 @@
     aliases = ["gblame", "gpraise"]
     
     def run(self, filename, all=False, plain=False, line='1', revision=None):
-        self.open_display()
+        gtk = self.open_display()
 
         try:
             line = int(line)



More information about the Pkg-bazaar-commits mailing list