mirror of https://codeberg.org/cage/tinmop/
- [GUI] ensured updating URL in the address basr, when reviving a stream.
This commit is contained in:
parent
a041a0f712
commit
ff87d84ae4
|
@ -86,6 +86,7 @@
|
|||
(selection (first selections)))
|
||||
(let* ((url (gui:id selection))
|
||||
(new-rows (all-rows)))
|
||||
(client-main-window:set-address-bar-text gui-goodies:*main-frame* url)
|
||||
(client-main-window::open-iri url gui-goodies:*main-frame* t)
|
||||
(resync-rows stream-table new-rows))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue