aboutsummaryrefslogtreecommitdiff
path: root/ide/coqide.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide.ml')
-rw-r--r--ide/coqide.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml
index 5b2ca6f8bd..b223be3a40 100644
--- a/ide/coqide.ml
+++ b/ide/coqide.ml
@@ -171,7 +171,7 @@ let check_quit saveall =
"Quit without Saving";
"Don't Quit"]
~default:0
- ~icon:warn_image#coerce
+ ~icon:(warn_image ())#coerce
"There are unsaved buffers"
in
match answ with
@@ -259,7 +259,7 @@ let close_buffer sn =
"Close without Saving";
"Don't Close"]
~default:0
- ~icon:warn_image#coerce
+ ~icon:(warn_image ())#coerce
"This buffer has unsaved modifications"
in
match answ with