Rev 187: Fix gannotate. in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Wed Mar 28 02:57:03 BST 2007


At file:///home/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 187
revision-id: jelmer at samba.org-20070328015650-pp4ihvx4pxjef0yp
parent: jelmer at samba.org-20070327234549-j5v5fafxonhlr7b1
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                    __init__.py-20060519165329-a1fd52c8a829fcd5
=== 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 bazaar-commits mailing list