mirror of https://codeberg.org/cage/tinmop/
- [GUI] fixed regression: restored 'go up' command.
This commit is contained in:
parent
b73c0856f2
commit
097389e0b3
|
@ -852,9 +852,9 @@
|
|||
(with-accessors ((tool-bar tool-bar)) main-window
|
||||
(with-accessors ((iri-entry iri-entry)) tool-bar
|
||||
(let ((to-parent-iri (cev:enqueue-request-and-wait-results :iri-to-parent-path
|
||||
(gui:text iri-entry)
|
||||
1
|
||||
ev:+standard-event-priority+)))
|
||||
ev:+standard-event-priority+
|
||||
(gui:text iri-entry))))
|
||||
(when (string-not-empty-p to-parent-iri)
|
||||
(setf (gui:text iri-entry) to-parent-iri)
|
||||
(open-iri to-parent-iri main-window t)))))))
|
||||
|
|
Loading…
Reference in New Issue