(self, items)
| 277 | Display.populate(self, items) |
| 278 | |
| 279 | def refresh(self, items): |
| 280 | if len(items) > 1: |
| 281 | # Re-sort stuff |
| 282 | if self.marketBrowser.mode != 'recent': |
| 283 | items.sort(key=self.sMkt.itemSort) |
| 284 | for i, item in enumerate(items[:9]): |
| 285 | # set shortcut info for first 9 modules |
| 286 | item.marketShortcut = i + 1 |
| 287 | Display.refresh(self, items) |
| 288 | |
| 289 | def columnBackground(self, colItem, item): |
| 290 | if self.sFit.serviceFittingOptions["colorFitBySlot"]: |