Don't display that we're fetching if we really aren't

This commit is contained in:
cncfanatics
2010-10-29 11:50:25 +02:00
parent b51bcfdf03
commit 43a49eff74

View File

@@ -135,7 +135,8 @@ 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:]))
if self._cachedShip != shipPrice:
self.labelPriceShip.SetLabel("%s ISK" % formatAmount(shipPrice, 3, 3, 9))