mirror of https://codeberg.org/cage/tinmop/
- [GUI] reinitialize IR lines of client window before displaying a gemlog.
This commit is contained in:
parent
57130c6ae5
commit
86ce44ae68
|
@ -97,7 +97,8 @@
|
|||
url
|
||||
title
|
||||
subtitle)))
|
||||
(client-main-window:clean-gemtext gui-goodies:*main-frame*)
|
||||
(client-main-window:clean-gemtext main-window)
|
||||
(client-main-window::initialize-ir-lines main-window)
|
||||
(client-main-window::collect-ir-lines url main-window parsed-gemlog-entries)
|
||||
(client-main-window:set-address-bar-text main-window url)
|
||||
(client-main-window::set-gemlog-toolbar-button-appearance main-window url)))))))
|
||||
|
|
Loading…
Reference in New Issue