Rev 184: Fix gstatus in file:///home/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Wed Mar 28 00:33:32 BST 2007


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

------------------------------------------------------------
revno: 184
revision-id: jelmer at samba.org-20070327233312-ymejb6thzsl12a9o
parent: jelmer at samba.org-20070325173625-dxyvo0w684amrtkg
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Wed 2007-03-28 01:33:12 +0200
message:
  Fix gstatus
modified:
  __init__.py                    __init__.py-20060519165329-a1fd52c8a829fcd5
=== modified file '__init__.py'
--- a/__init__.py	2007-03-23 13:43:29 +0000
+++ b/__init__.py	2007-03-27 23:33:12 +0000
@@ -349,7 +349,7 @@
 
     def run(self, path='.'):
         import os
-        self.open_display()
+        gtk = self.open_display()
         from status import StatusDialog
         (wt, wt_path) = workingtree.WorkingTree.open_containing(path)
         status = StatusDialog(wt, wt_path)




More information about the bazaar-commits mailing list