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

  • Committer: Jamie Wilkinson
  • Date: 2006-03-30 08:08:12 UTC
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: jaq@spacepants.org-20060330080812-84decf850dcc1c07
put the branch nick in the titlebar instead of the path basename (which didn't work anyway)

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
 
274
274
            last_lines = lines
275
275
 
276
 
        self.set_title(os.path.basename(branch.base) + " - bzrk")
 
276
        self.set_title(branch.nick + " - bzrk")
277
277
        self.treeview.set_model(self.model)
278
278
 
279
279
    def _treeview_cursor_cb(self, *args):