From kde-commits Wed Mar 12 00:26:07 2003 From: Dawit Alemayehu Date: Wed, 12 Mar 2003 00:26:07 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=104742888706811 CVS commit by adawit: Fix typo! *arghhh* (DA) M +1 -1 minicli.cpp 1.136.2.7 --- kdebase/kdesktop/minicli.cpp #1.136.2.6:1.136.2.7 @@ -266,5 +266,5 @@ int Minicli::runCommand() terminalAppList.remove(cmdNoArgs); - if (useTerminal != mpAdvanced->terminal()) + if (useTerminal = mpAdvanced->terminal()) terminalAppList.append(cmdNoArgs); else