Browse Source

Small fix, copied old code.

merge-requests/365/head
eidheim 11 years ago
parent
commit
45706a3905
  1. 2
      juci/notebook.cc

2
juci/notebook.cc

@ -373,7 +373,7 @@ void Notebook::Controller::set_source_handlers(Source::Controller& controller) {
} }
std::string Notebook::Controller::CurrentPagePath(){ 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() { bool Notebook::Controller:: OnSaveFile() {

Loading…
Cancel
Save