mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-28 03:59:17 +01:00
- fixed slot and reader name.
This commit is contained in:
parent
d1451610dd
commit
6cfdc0072b
@ -16,12 +16,17 @@
|
||||
|
||||
(in-package :open-message-link-window)
|
||||
|
||||
(defclass open-message-link-window (open-attach-window:open-attach-window) ())
|
||||
(defclass open-message-link-window (open-attach-window:open-attach-window)
|
||||
((center-position
|
||||
:initform nil
|
||||
:initarg :center-position
|
||||
:reader center-position-p
|
||||
:writer (setf center-position))))
|
||||
|
||||
(defmethod refresh-config :after ((object open-message-link-window))
|
||||
(open-attach-window:refresh-view-links-window-config object
|
||||
swconf:+key-open-message-link-window+
|
||||
:center-position (center-position object)))
|
||||
:center-position (center-position-p object)))
|
||||
|
||||
(defmethod resync-rows-db ((object open-message-link-window) &key
|
||||
(redraw t)
|
||||
@ -104,11 +109,7 @@
|
||||
title-window
|
||||
border-window
|
||||
open-links-window)
|
||||
((center-position
|
||||
:initform nil
|
||||
:initarg :center-position
|
||||
:reader center-position-p
|
||||
:writer (setf center-position))))
|
||||
())
|
||||
|
||||
(defmethod refresh-config :after ((object open-gemini-document-link-window))
|
||||
(open-attach-window:refresh-view-links-window-config object
|
||||
|
Loading…
x
Reference in New Issue
Block a user