Diff
Differences From Artifact [d2e4f35037]:
- File channels/links.py — part of check-in [363dce5eb9] at 2015-04-26 15:35:21 on branch trunk — Cover most catched exceptions with log messages. (user: mario, size: 3956) [annotate] [blame] [check-ins using]
To Artifact [bf377754fc]:
- File channels/links.py — part of check-in [ffaf262c43] at 2015-04-28 17:35:15 on branch trunk — Move `state.json` and .current restoration into GenericChannel.gui(). Current category is reselected by TreeView traversal on instantion now. Previous state now load through config.state() for channels/__init__, not in main/init_app_state anymore (just row:expand / winsizes now). Disable .currentcat() overwriting, redundant now in display_categories(). Still need to avoid second .select_current() call in first_show(). (user: mario, size: 3957) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
101 102 103 104 105 106 107 | "type": "text/html", }) # add to bookmarks parent.bookmarks.streams[self.module] = self.streams # redraw category | | | 101 102 103 104 105 106 107 108 | "type": "text/html", }) # add to bookmarks parent.bookmarks.streams[self.module] = self.streams # redraw category # parent.bookmarks.reload_if_current(self.module) |