Rev 229: Fix regression. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Sun Jul 15 21:53:02 BST 2007
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 229
revision-id: jelmer at samba.org-20070715163436-jf29c2xypm2xywh7
parent: jelmer at samba.org-20070715163348-taiailweuoc5a9jf
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 branchwin.py-20051016222514-15fd120652fcf25c
=== 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 bazaar-commits
mailing list