Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
citizen-science
symbai
Commits
532d3eab
Commit
532d3eab
authored
Jul 11, 2014
by
Dave Griffiths
Browse files
rent land fix
parent
ff50d7a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
android/assets/starwisp.scm
android/assets/starwisp.scm
+1
-1
No files found.
android/assets/starwisp.scm
View file @
532d3eab
...
...
@@ -1401,7 +1401,7 @@
(
mspinner
'contribute
yesno-list
(
lambda
(
v
)
(
entity-set-value!
"contribute"
"varchar"
(
spinner-choice
yesno-list
v
))
'
()))
(
mspinner
'own-land
yesno-list
(
lambda
(
v
)
(
entity-set-value!
"own-land"
"varchar"
(
spinner-choice
yesno-list
v
))
'
())))
(
horiz
(
mspinner
'rent-land
yesno-list
(
lambda
(
v
)
(
entity-set-value!
"ren
d
-land"
"varchar"
(
spinner-choice
yesno-list
v
))
'
()))
(
mspinner
'rent-land
yesno-list
(
lambda
(
v
)
(
entity-set-value!
"ren
t
-land"
"varchar"
(
spinner-choice
yesno-list
v
))
'
()))
(
mspinner
'hire-land
yesno-list
(
lambda
(
v
)
(
entity-set-value!
"hire-land"
"varchar"
(
spinner-choice
yesno-list
v
))
'
())))
(
mtext
'crops-detail
)
(
build-list-widget
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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