mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-16 08:00:35 +01:00
- used 'notify' instead of error message.
This commit is contained in:
parent
a683c2aecd
commit
a69bc4f6cb
@ -94,9 +94,11 @@
|
||||
(_ "Host ~s signature changed! This is a potential security risk! Ignore this warning? [y/N] ")
|
||||
host)))))
|
||||
(conditions:not-implemented-error (e)
|
||||
(ui:error-message (format nil (_ "Error: ~a") e)))
|
||||
(ui:notify (format nil (_ "Error: ~a") e)
|
||||
:as-error t))
|
||||
(gemini-client:gemini-protocol-error (e)
|
||||
(ui:error-message (format nil "~a" e)))
|
||||
(ui:notify (format nil "~a" e)
|
||||
:as-error t))
|
||||
(error (e)
|
||||
(ui:notify (format nil
|
||||
(_ "Error getting ~s: ~a")
|
||||
|
Loading…
x
Reference in New Issue
Block a user