/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: Szilveszter Farkas (Phanatic)
  • Date: 2007-01-31 23:31:20 UTC
  • mto: (157.1.2 trunk) (170.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 141.
  • Revision ID: szilveszter.farkas@gmail.com-20070131233120-k1tomuzu52rqwpkw
Refactoring the Branch dialog. We also have a Revision Browser now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
        set_ui_factory()
98
98
        dialog = BranchDialog(os.path.abspath('.'))
99
 
        dialog.window.connect("destroy", lambda w: gtk.main_quit())
100
 
        dialog.display()
101
 
        
102
 
        gtk.main()
 
99
        dialog.run()
103
100
 
104
101
register_command(cmd_gbranch)
105
102