From 079a9374bbfc9974e29bc0afda66c25b633b96e3 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 9 Sep 2015 21:51:12 +0200 Subject: [PATCH] Minor change to info. --- src/source.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/source.cc b/src/source.cc index ab4f00a..06a1668 100644 --- a/src/source.cc +++ b/src/source.cc @@ -1003,6 +1003,7 @@ Source::View(file_path, language), project_path(project_path), parse_error(false parse_fail.connect([this](){ Singleton::terminal()->print("Error: failed to reparse "+this->file_path.string()+".\n"); set_status(""); + set_info(""); parsing_in_progress->cancel("failed"); }); init_parse();