1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- discouraged use of slot 'rows' for 'row-oriented-widget', used API instead.

This commit is contained in:
cage
2021-04-08 15:13:31 +02:00
parent 149c6931f2
commit ca2ace2551
17 changed files with 263 additions and 158 deletions

View File

@ -79,8 +79,7 @@
(db:username->id username))))))
(defun maybe-crypt-message (send-message-window &key (notify-cant-crypt nil))
(with-accessors ((message-data sending-message:message-data)
(rows line-oriented-window:rows)) send-message-window
(with-accessors ((message-data sending-message:message-data)) send-message-window
(with-accessors ((body sending-message:body)
(subject sending-message:subject)
(reply-to sending-message:reply-to)