Browse Source

Merge branch 'cppit-master'

merge-requests/365/head
eidheim 11 years ago
parent
commit
f0b641d8de
  1. 2
      src/window.cc

2
src/window.cc

@ -190,7 +190,7 @@ void Window::add_menu() {
return;
notebook.save_current();
if (running.try_lock()) {
std::thread execute([this]() {
std::thread execute([this]() {
std::string path = notebook.get_current_view()->file_path;
size_t pos = path.find_last_of("/\\");
if(pos != std::string::npos){

Loading…
Cancel
Save