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

  • Committer: Daniel Schierbeck
  • Date: 2007-09-14 09:32:19 UTC
  • mto: This revision was merged to the branch mainline in revision 278.
  • Revision ID: daniel.schierbeck@gmail.com-20070914093219-7lakf3a4s45qd0ci
Close tags window when 'destroy' signal is received.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    def __init__(self, branch, parent=None):
35
35
        """ Initialize the Tags window. """
36
36
        gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL)
 
37
 
 
38
        self.connect("destroy", gtk.mainquit)
37
39
        
38
40
        # Get arguments
39
41
        self.branch = branch