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); /*Now the terminalAppList will contain cmdNoArgs iff the checkbox is marked