rpms/bzr-gtk/devel bzr-gtk-ghost-keyerror.patch,NONE,1.1

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Jul 15 02:54:05 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2321

Added Files:
	bzr-gtk-ghost-keyerror.patch 
Log Message:

* Mon Jul 14 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.94.0-3
- Add upstream patch to fix a traceback when using log in olive.


bzr-gtk-ghost-keyerror.patch:

--- NEW FILE bzr-gtk-ghost-keyerror.patch ---
diff -up bzr-gtk-0.94.0/branchview/treeview.py.ghost bzr-gtk-0.94.0/branchview/treeview.py
--- bzr-gtk-0.94.0/branchview/treeview.py.ghost	2008-07-14 19:24:23.000000000 -0700
+++ bzr-gtk-0.94.0/branchview/treeview.py	2008-07-14 19:24:48.000000000 -0700
@@ -285,7 +285,7 @@ class TreeView(gtk.VBox):
 
         self.branch.lock_read()
         (linegraphdata, index, columns_len) = linegraph(self.branch.repository,
-                                                        self.start,
+                                                        (self.start,),
                                                         self.maxnum, 
                                                         broken_line_length,
                                                         show_graph,




More information about the fedora-extras-commits mailing list