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