/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 diffwin.py

  • Committer: David Allouche
  • Date: 2006-05-08 12:37:19 UTC
  • mfrom: (36.1.4 bzrk.jaq)
  • Revision ID: david.allouche@canonical.com-20060508123719-32283842dca2f3b0
[merge] jaq titlebar improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
                self.model.append(titer, [ path, path ])
140
140
 
141
141
        self.treeview.expand_all()
142
 
        self.set_title(os.path.basename(branch.base) + " - bzrk diff")
 
142
        self.set_title(revid + " - " + branch.nick + " - bzrk diff")
143
143
 
144
144
    def _treeview_cursor_cb(self, *args):
145
145
        """Callback for when the treeview cursor changes."""