From kde-commits Wed Mar 12 09:26:32 2003 From: Laurent Montel Date: Wed, 12 Mar 2003 09:26:32 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdesktop X-MARC-Message: https://marc.info/?l=kde-commits&m=104746132029730 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