Fixed a little traceback, we used a wrong object (leftover from the transition to new navigation panel) when there were no fits left to show.

This commit is contained in:
HomeWorld
2011-05-17 19:44:26 +03:00
parent a841aaf511
commit 9ab4273cbc

View File

@@ -731,7 +731,7 @@ class ShipBrowser(wx.Panel):
if len(fitList) == 0:
stage,data = self.browseHist.pop()
self.lpane.Thaw()
self.hpane.gotoStage(stage,data)
self.navpanel.gotoStage(stage,data)
return
self.navpanel.ShowNewFitButton(True)