[hafqa] [hafqa] [Bug 1244] New: gtk.Notebook does not propagate the 'destroy' signal to its children

From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.org
Date: Mon Apr 23 21:53:06 EEST 2007
https://maemo.org/bugzilla/show_bug.cgi?id=1244

           Summary: gtk.Notebook does not propagate the 'destroy' signal to
                    its children
           Product: haf
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gtk
        AssignedTo: tommi.komulainen at nokia.com
        ReportedBy: sean at cs.gmu.edu
         QAContact: hafqa at maemo.org


Instead, you must manually hook into Notebook's 'destroy' method to call something like this:

    def _destroy(self):
        for i in self.notebook.get_children():
            i.destroy()

-- 
Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

More information about the hafqa mailing list