From kde-commits Tue Mar 11 05:48:47 2003 From: Dawit Alemayehu Date: Tue, 11 Mar 2003 05:48:47 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=104736181923789 CVS commit by adawit: Backport logic error fix for BR# 55609. (DA) M +6 -6 minicli.cpp 1.136.2.5 --- kdebase/kdesktop/minicli.cpp #1.136.2.4:1.136.2.5 @@ -266,5 +266,5 @@ int Minicli::runCommand() terminalAppList.remove(cmdNoArgs); - if (useTerminal = mpAdvanced->terminal()) + if (useTerminal == mpAdvanced->terminal()) terminalAppList.append(cmdNoArgs);