mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Fix typos
This commit is contained in:
parent
5d8bfec7b7
commit
877bce792d
3 changed files with 7 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ be set using DATA-LOAD-PLIST."))
|
|||
(let ((field (slave-to-slot obj))
|
||||
(data (car (data-write-list panel (list (slave-to-slot obj))))))
|
||||
(when (consp (slave-to-slot obj))
|
||||
(setf flield (car field)))
|
||||
(setf field (car field)))
|
||||
(setf where (format nil "~A='~A'~A"
|
||||
field
|
||||
data
|
||||
|
|
|
|||
|
|
@ -36,7 +36,11 @@
|
|||
(load "source/clog-gui.lisp")
|
||||
(load "source/clog-web.lisp")
|
||||
(load "source/clog-docs.lisp")
|
||||
(load "source/clog-helpers.lisp"))
|
||||
(load "source/clog-helpers.lisp")
|
||||
(load "source/clog-panel.lisp")
|
||||
(load "source/clog-presentations.lisp")
|
||||
(load "source/clog-data.lisp")
|
||||
(load "source/clog-dbi.lisp"))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;
|
||||
;; make-mark-down ;;
|
||||
|
|
|
|||
|
|
@ -785,6 +785,7 @@ the window will be set to keep-on-top always."))
|
|||
(fire-on-window-move win)))
|
||||
(clog::set-on-event win "dragstop"
|
||||
(lambda (obj)
|
||||
(declare (ignore obj))
|
||||
(fire-on-window-move-done win)))
|
||||
(clog::set-on-event win "resizestart"
|
||||
(lambda (obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue