rpms/bzr-gtk/FC-6 bzr-gtk-retrievegtk.patch,NONE,1.1

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Apr 3 04:23:07 UTC 2007


Author: toshio

Update of /cvs/extras/rpms/bzr-gtk/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6787

Added Files:
	bzr-gtk-retrievegtk.patch 
Log Message:
* Add the patch to fix the two subcommands.


bzr-gtk-retrievegtk.patch:

--- NEW FILE bzr-gtk-retrievegtk.patch ---
Index: bzr-gtk-0.15.1/__init__.py
===================================================================
--- bzr-gtk-0.15.1.orig/__init__.py
+++ bzr-gtk-0.15.1/__init__.py
@@ -252,7 +252,7 @@ class cmd_gannotate(GTKCommand):
     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)
@@ -349,7 +349,7 @@ class cmd_gstatus(GTKCommand):
 
     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 fedora-extras-commits mailing list