diff --git a/src/ui-goodies.lisp b/src/ui-goodies.lisp index 944d8e1..0ceac50 100644 --- a/src/ui-goodies.lisp +++ b/src/ui-goodies.lisp @@ -1912,5 +1912,5 @@ gemini://gemini.circumlunar.space/docs/companion/subscription.gmi (defun show-tour-links () "Show a link window with all the links in the tour queue." - (open-message-link-window:init-gemini-links tour) + (open-message-link-window:init-gemini-links (reverse tour)) (focus-to-open-message-link-window)))