Diff
Differences From Artifact [b955e668ce]:
- File channels/links.py — part of check-in [fc5c5d8ae7] at 2014-05-31 23:32:10 on branch trunk — More recent links, and injecting phase changed to hooks[init] (user: mario, size: 3763) [annotate] [blame] [check-ins using]
To Artifact [fb5b65ac66]:
- File channels/links.py — part of check-in [f17890596d] at 2014-06-02 01:42:25 on branch trunk — Allow repainting bookmarks categories after channel init (user: mario, size: 3844) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
102 103 104 105 106 107 108 |
"homepage": homepage,
"type": "text/html",
})
# add to bookmarks
parent.bookmarks.streams[self.module] = self.streams
| | > | 102 103 104 105 106 107 108 109 110 |
"homepage": homepage,
"type": "text/html",
})
# add to bookmarks
parent.bookmarks.streams[self.module] = self.streams
# redraw category
parent.bookmarks.reload_if_current(self.module)
|