From 45706a3905cc634709e67f8b0721d6a7f8d49331 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 23 Jun 2015 18:02:01 +0200 Subject: [PATCH] Small fix, copied old code. --- juci/notebook.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juci/notebook.cc b/juci/notebook.cc index 1042816..a813162 100644 --- a/juci/notebook.cc +++ b/juci/notebook.cc @@ -373,7 +373,7 @@ void Notebook::Controller::set_source_handlers(Source::Controller& controller) { } std::string Notebook::Controller::CurrentPagePath(){ - return text_vec_.at(CurrentPage())->parser.file_path; + return text_vec_.at(CurrentPage())->view->file_path; } bool Notebook::Controller:: OnSaveFile() {