[Pkg-bazaar-commits] ./bzr-gtk/unstable r229: Fix regression.

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


------------------------------------------------------------
revno: 229
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2007-07-15 18:34:36 +0200
message:
  Fix regression.
modified:
  viz/branchwin.py
-------------- next part --------------
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py	2007-07-15 16:33:48 +0000
+++ b/viz/branchwin.py	2007-07-15 16:34:36 +0000
@@ -278,7 +278,7 @@
     def _treeview_row_activated_cb(self, widget, path, col):
         # TODO: more than one parent
         """Callback for when a treeview row gets activated."""
-        revision = self.selected_revision()
+        revision = self.selected_revision(path)
         if len(self.parent_ids[revision]) == 0:
             # Ignore revisions without parent
             return



More information about the Pkg-bazaar-commits mailing list