Little fix for the case when we had a timeout while fetching prices and the retry was successful, make sure that we clear the status msg

This commit is contained in:
HomeWorld
2010-09-13 14:25:01 +03:00
parent d1eaccced9
commit 7afbf1e129

View File

@@ -129,7 +129,7 @@ class PriceViewFull(StatsView):
else:
if self._timer:
self._timer.Stop()
#self.labelEMStatus.SetLabel("")
self.labelEMStatus.SetLabel("")
modPrice = sum(map(lambda p: p.price or 0, prices[1:]))
self.labelPriceShip.SetLabel(formatAmount(shipPrice, 3, 3, 9))
self.labelPriceShip.SetToolTip(wx.ToolTip("%.2f ISK" % shipPrice))