Update changes in run_* commands

This commit is contained in:
Sanel Zukan
2009-02-27 14:51:55 +00:00
parent 579d834856
commit 99c4913b8c
6 changed files with 11 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ int ControlButton::handle(int event) {
else if(!file_can_execute(exec.c_str()))
edelib::alert(_("Unable to run program '%s'. Program not found"), exec.c_str());
else
edelib::run_program(exec.c_str(), false);
edelib::run_async(exec.c_str());
}
return 1;