pull/2/head
Timothy Pearson 12 years ago
parent c720ccaa14
commit 2ee8f106e4

@ -825,7 +825,7 @@ void KWinDecorationModule::writeConfig( KConfig* conf )
wmstartupcommand.prepend(wmExecutableName); wmstartupcommand.prepend(wmExecutableName);
wmstartupcommand.append("--replace"); wmstartupcommand.append("--replace");
newWMProc << wmstartupcommand; newWMProc << wmstartupcommand;
newWMProc.start(KProcess::DontCare, NoCommunication); newWMProc.start(KProcess::DontCare, KProcess::NoCommunication);
newWMProc.detach(); newWMProc.detach();
} }
conf->writeEntry("WMExecutable", wmExecutableName); conf->writeEntry("WMExecutable", wmExecutableName);

Loading…
Cancel
Save