diff --git a/src/gui/client/stream-frame.lisp b/src/gui/client/stream-frame.lisp index f5854cc..e0d9cbc 100644 --- a/src/gui/client/stream-frame.lisp +++ b/src/gui/client/stream-frame.lisp @@ -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))))))