1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-04 01:19:27 +01:00

- [GUI] reinitialize IR lines of client window before displaying the bookmarks page.

This commit is contained in:
cage 2023-06-04 12:58:07 +02:00
parent 86ce44ae68
commit c6be7cb311

View File

@ -15,5 +15,6 @@
(iri (internal-iri-bookmark)))
(set-address-bar-text main-window (to-s iri))
(clean-gemtext main-window)
(client-main-window::initialize-ir-lines main-window)
(gui:focus (toc-frame main-window))
(collect-ir-lines (to-s iri) main-window parsed-page))))