1
0
Fork 0

- [GUI] renamed function.

This commit is contained in:
cage 2023-09-17 14:41:59 +02:00
parent 409e8c5cb9
commit d1451411dd
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
(ev:with-enqueued-process-and-unblock (program-events:+minimum-event-priority+)
(client-stream-frame::refresh-all-streams
(client-stream-frame::table (stream-frame main-window))
#'client-stream-frame::all-rows-non-blocking))))
#'client-stream-frame::make-requests-all-rows))))
(defun set-gemlog-toolbar-button-appearance (main-window iri)
(if (comm:make-request :gemini-gemlog-subscribed-p 1 iri)

View File

@ -47,7 +47,7 @@
(resync-rows stream-table new-rows)
stream-table)))
(defun all-rows-non-blocking ()
(defun make-requests-all-rows ()
(let ((rows (comm:make-request :gemini-all-stream-info 1)))
(setf rows (sort rows
(lambda (a b) (string< (getf a :download-iri)