Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
7b061fa3
Commit
7b061fa3
authored
Mar 06, 2013
by
Dave Cooper
Browse files
fixed write-snapshot to include defaulted and settable input-slots
parent
92fd2672
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdl/base/rest/source/vanilla-mixin.lisp
View file @
7b061fa3
...
...
@@ -684,6 +684,8 @@ by the update."
(
active-inputs
()
(
let
((
inputs
(
append
(
the
(
message-list
:category
:optional-input-slots
))
(
the
(
message-list
:category
:settable-optional-input-slots
))
(
the
(
message-list
:category
:settable-defaulted-input-slots
))
(
the
(
message-list
:category
:required-input-slots
))
(
the
(
message-list
:category
:defaulted-input-slots
))))
result
)
(
mapc
#'
(
lambda
(
slot
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment