Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
27c575ff
Commit
27c575ff
authored
Feb 20, 2002
by
Diederik van Arkel
Browse files
Fix ask for save:Yes being ignored bug
parent
0588974c
Changes
1
Show whitespace changes
Inline
Side-by-side
Ide/projmen.icl
View file @
27c575ff
...
...
@@ -377,7 +377,7 @@ where
]
// not this one but continue with rest
:+:
ButtonControl
"Yes"
[
ControlId
okId
,
ControlFunction
(\(
ls
,
ps
)->(
Cancel
,
closeWindow
sId
ps
))
,
ControlFunction
(\(
ls
,
ps
)->(
Yes
,
closeWindow
sId
ps
))
,
ControlWidth
buttonWidth
]
// do this one and continue
)
...
...
Write
Preview
Supports
Markdown
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