CVS commit by adawit: Backport the revert. (DA) M +3 -1 minicli.cpp 1.136.2.6 --- kdebase/kdesktop/minicli.cpp #1.136.2.5:1.136.2.6 @@ -266,6 +266,8 @@ int Minicli::runCommand() terminalAppList.remove(cmdNoArgs); - if (useTerminal == mpAdvanced->terminal()) + if (useTerminal != mpAdvanced->terminal()) terminalAppList.append(cmdNoArgs); + else + useTerminal = m_terminalAppList.contains(cmdNoArgs); /*Now the terminalAppList will contain cmdNoArgs iff the checkbox is marked