/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

Merge some fixes from Alexander Belchenko

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        window.connect("destroy", lambda w: gtk.main_quit())
78
78
        window.set_diff("Working Tree", tree1, tree2)
79
79
        if filename is not None:
80
 
            tree_filename = tree1.relpath(filename)
 
80
            tree_filename = wt.relpath(filename)
81
81
            try:
82
82
                window.set_file(tree_filename)
83
83
            except NoSuchFile: