Diff
Differences From Artifact [c19e57d351]:
- File channels/bookmarks.py — part of check-in [801ad7fd98] at 2015-04-10 10:54:35 on branch action-mapfmts — Sync with trunk changes. (user: mario, size: 7520) [annotate] [blame] [check-ins using] [more...]
To Artifact [8d733cb84a]:
- File channels/bookmarks.py — part of check-in [6109a1a671] at 2015-04-11 01:20:12 on branch trunk — Initialize with empty station TreeView again. Make bookmarks channel not override the behaviour. (This sort of works around the .current category mismatch after startup.) (user: mario, size: 7522) [annotate] [blame] [check-ins using]
69 70 71 72 73 74 75 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | - - + + | if cat in self.category_plugins: return self.category_plugins[cat].update_streams(cat) or [] else: return self.streams.get(cat, []) # streams are already loaded at instantiation |