aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqOps.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-06-27 00:16:33 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-06-27 00:23:00 +0200
commit47098e8619f269ddaaf621936ae90b9dfa128871 (patch)
tree9f538f6801e506d7eea5d01d3b80d1396a47e808 /ide/coqOps.mli
parent4b4397e185cee54052819ad63bef3ecd56ba4512 (diff)
Fix bug #4698: CoqIDE error dialogs piling up when coqtop dies.
Instead of relaunching the coqtop process and then open the warning window, we rather fire the warning and wait for the user to press the OK button before doing anything.
Diffstat (limited to 'ide/coqOps.mli')
-rw-r--r--ide/coqOps.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqOps.mli b/ide/coqOps.mli
index 4a37a1fa5..332c18f2f 100644
--- a/ide/coqOps.mli
+++ b/ide/coqOps.mli
@@ -15,7 +15,7 @@ object
method tactic_wizard : string list -> unit task
method process_next_phrase : unit task
method process_until_end_or_error : unit task
- method handle_reset_initial : Coq.reset_kind -> unit task
+ method handle_reset_initial : unit task
method raw_coq_query : string -> unit task
method show_goals : unit task
method backtrack_last_phrase : unit task