Browse Source

Merge pull request #22 from cppit/master

pull from cppit
merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
6c69d94db7
  1. 2
      src/notebook.cc

2
src/notebook.cc

@ -165,7 +165,7 @@ void Notebook::open(const boost::filesystem::path &file_path) {
} }
} }
if(page!=-1) if(page!=-1)
tab_labels.at(page)->label.set_text(title); tab_labels.at(get_index(page))->label.set_text(title);
}); });
JDEBUG("end"); JDEBUG("end");

Loading…
Cancel
Save