/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

  • Committer: Aaron Bentley
  • Date: 2008-03-04 18:03:39 UTC
  • Revision ID: aaron@aaronbentley.com-20080304180339-5is215gbue9ff3tu
Update window titles

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
 
307
307
        window = GAnnotateWindow(all, plain)
308
308
        window.connect("destroy", lambda w: gtk.main_quit())
309
 
        window.set_title(path + " - gannotate")
310
309
        config = GAnnotateConfig(window)
311
310
        window.show()
312
311
        br.lock_read()