From kde-commits Wed Mar 12 00:25:06 2003 From: Dawit Alemayehu Date: Wed, 12 Mar 2003 00:25:06 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=104742876906727 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