On 13.07.2009, at 08:46, Alex wrote: > self.notebook.remove(child)
Try remove_page(number) instead of this. It was inherited from container and likely circumvents and upsets the label management. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
