Code consistency

This commit is contained in:
blitzmann
2014-07-31 00:14:29 -04:00
parent dd27c3c805
commit c7042f314b
27 changed files with 240 additions and 240 deletions

View File

@@ -108,8 +108,8 @@ class PriceViewFull(StatsView):
if self._timer:
if self._timer.IsRunning():
self._timer.Stop()
cMarket = service.Market.getInstance()
cMarket.getPrices(typeIDs, self.processPrices)
sMkt = service.Market.getInstance()
sMkt.getPrices(typeIDs, self.processPrices)
self.labelEMStatus.SetLabel("Updating prices...")
if not self._timerUpdate:
self._timerUpdate = wx.Timer(self.parent, self._timerIdUpdate)