From 715e36ab81389ebf53ea158027d0a83f144eee0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 30 Jun 2020 01:58:19 +0200 Subject: Finished renamining attribute to property. --- module/entry-points/server.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/entry-points/server.scm') diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm index f6d273ba..4810dc0c 100644 --- a/module/entry-points/server.scm +++ b/module/entry-points/server.scm @@ -118,7 +118,7 @@ ;; but you can only query for existance. ;; also, the default output gives everything. (let ((calendar - (find (lambda (c) (string=? cal (attr c 'NAME))) + (find (lambda (c) (string=? cal (prop c 'NAME))) (getf 'calendars)))) (unless calendar @@ -147,7 +147,7 @@ (format #f "~?~%" fmt args))))) (format (current-error-port) - "Event inserted ~a~%" (attr event 'UID)) + "Event inserted ~a~%" (prop event 'UID)) (return '((content-type text/plain)) "Event inserted\r\n")))) -- cgit v1.2.3