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

  • Committer: Daniel Schierbeck
  • Date: 2007-09-14 13:09:28 UTC
  • mto: This revision was merged to the branch mainline in revision 278.
  • Revision ID: daniel.schierbeck@gmail.com-20070914130928-6z9uj7mn6i71siud
Made 'destroy' signal callback use main_quit instead of the deprecated mainquit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        self.set_border_width(0)
32
32
        self.set_title("bzrk")
33
33
 
34
 
        self.connect("destroy", gtk.mainquit)
 
34
        self.connect("destroy", gtk.main_quit)
35
35
 
36
36
        # Use three-quarters of the screen by default
37
37
        screen = self.get_screen()