On Wednesday 12 March 2003 04:26, Laurent Montel wrote: > CVS commit by mlaurent: > > Fix compile > > > M +1 -1 minicli.cpp 1.136.2.8 > > > --- kdebase/kdesktop/minicli.cpp #1.136.2.7:1.136.2.8 > @@ -269,5 +269,5 @@ int Minicli::runCommand() > terminalAppList.append(cmdNoArgs); > else > - useTerminal = m_terminalAppList.contains(cmdNoArgs); > + useTerminal = terminalAppList.contains(cmdNoArgs); Sorry. Thanks for fixing. Regards, Dawit A.