fix configuration

This commit is contained in:
arcan1s
2014-11-19 11:14:55 +03:00
parent f0c79a4dab
commit 5ce3a5c213
3 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ void ExtScript::showConfiguration()
ui->spinBox_interval->setValue(_interval);
int ret = exec();
if (ret == 0) {
if (ret == 1) {
setName(ui->lineEdit_name->text());
setComment(ui->lineEdit_comment->text());
setExec(ui->lineEdit_command->text());