1
0
Fork 0

- [GUI] reinitialize IR lines of client window before displaying a gemlog.

This commit is contained in:
cage 2023-06-04 12:55:31 +02:00
parent 57130c6ae5
commit 86ce44ae68
1 changed files with 2 additions and 1 deletions

View File

@ -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)))))))