Browse Source

move lock

merge-requests/365/head
Jørgen Lien Sellæg 11 years ago
parent
commit
bee11a2504
  1. 4
      juci/window.cc

4
juci/window.cc

@ -76,9 +76,9 @@ Window::Window() :
std::string executable = notebook_.directories(). std::string executable = notebook_.directories().
GetCmakeVarValue(path,"add_executable"); GetCmakeVarValue(path,"add_executable");
terminal_.Run(executable); terminal_.Run(executable);
running.unlock();
}); });
execute.detach(); execute.detach();
running.unlock();
} }
}); });
@ -99,9 +99,9 @@ Window::Window() :
terminal_.SetFolderCommand(path); terminal_.SetFolderCommand(path);
} }
terminal_.Compile(); terminal_.Compile();
running.unlock();
}); });
execute.detach(); execute.detach();
running.unlock();
} }
}); });
this->signal_button_release_event(). this->signal_button_release_event().

Loading…
Cancel
Save