1
0
Fork 0

- prevented crash when printing a notification after deletion.

This commit is contained in:
cage 2023-01-02 19:03:36 +01:00
parent f0862e3903
commit 8c48c9a567
1 changed files with 3 additions and 3 deletions

View File

@ -1723,9 +1723,9 @@
(api-client:delete-all-notifications
(lambda (notification)
(with-enqueued-process ()
(let* ((message (format nil
(_ "Deleting: ~a")
(api-client:notification->text notification)))
(let* ((message (tui:make-tui-string (format nil
(_ "Deleting: ~a")
(api-client:notification->text notification))))
(row (make-instance 'line-oriented-window:line
:fields (list :original-object notification)
:normal-text message