From 30bb2323823a0df9bac081fe36c22ebefcbcebd6 Mon Sep 17 00:00:00 2001 From: Christoph Schulthess Date: Tue, 2 May 2017 11:12:58 +0200 Subject: test --- src/client/toolbar/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 404a875..5e90461 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -502,7 +502,7 @@ void Toolbar::onBtnCustom() const bool on = _ui->btnCustom->isChecked(); if (on) { //this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh"); - this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-hold"); + this->runDbg.start("/bin/sh", QStringList() << "xterm"); } else { this->runDbg.terminate(); } -- cgit v1.2.3-55-g7522