From f5954ee78600c90f64a6d919ff9795a2705f8b95 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 16 Jun 2015 11:20:50 +0200 Subject: [PATCH] is_saved and is_changed is set in source.h I saw now. --- juci/source.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juci/source.cc b/juci/source.cc index 7d18de8..7a1ce2c 100644 --- a/juci/source.cc +++ b/juci/source.cc @@ -240,7 +240,7 @@ HighlightToken(clang::Token *token, // Constructor for Controller Source::Controller::Controller(const Source::Config &config, Notebook::Controller ¬ebook) : - config(config), notebook(notebook), is_saved(false), is_changed(false) { + config(config), notebook(notebook) { INFO("Source Controller with childs constructed"); view.signal_key_press_event().connect(sigc::mem_fun(*this, &Source::Controller::OnKeyPress), false); view.set_smart_home_end(Gsv::SMART_HOME_END_BEFORE);