Make inserted pages when splitting also be reorderable. Closes LP #563445

This commit is contained in:
Chris Jones 2010-04-20 12:38:49 +01:00
parent 5eba5c7751
commit f02f08314e
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class Notebook(Container, gtk.Notebook):
sibling.spawn_child()
self.insert_page(container, None, page_num)
self.set_tab_reorderable(container, True)
self.set_tab_label(container, label)
self.show_all()