Fixed a nasty crash (random) caused by chromeTabs.DeletePage

This commit is contained in:
HomeWorld
2011-01-14 00:19:53 +02:00
parent 8c64923c84
commit a4cd30c6b7

View File

@@ -177,7 +177,7 @@ class PFNotebook(wx.Panel):
page = self.pages[n]
self.pages.remove(page)
page.Hide()
page.Destroy()
if not internal: