summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/fixit.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/noncore/apps/opie-console/fixit.cpp b/noncore/apps/opie-console/fixit.cpp
index 5ac7673..57dba4c 100644
--- a/noncore/apps/opie-console/fixit.cpp
+++ b/noncore/apps/opie-console/fixit.cpp
@@ -67,5 +67,3 @@ void FixIt::fixIt() {
67 OProcess m_kill; 67 OProcess m_kill;
68 m_kill << "sh"; 68 m_kill << QPEApplication::qpeDir() + "/share/opie-console/sl6000_embedix_kill_0_1.sh";
69 m_kill << "-c";
70 m_kill << QString(QPEApplication::qpeDir() + "/share/opie-console/sl6000_embedix_kill_0_1.sh");
71 69
@@ -84,8 +82,6 @@ void FixIt::breakIt() {
84 OProcess m_restart; 82 OProcess m_restart;
85 m_restart << "sh"; 83 m_restart << QPEApplication::qpeDir() + "/share/opie-console/sl6000_embedix_restart_0_1.sh";
86 m_restart << "-c";
87 m_restart << QString(QPEApplication::qpeDir() + "/share/opie-console/sl6000_embedix_restart_0_1.sh");
88 84
89 85
90 if ( !m_restart.start() ) { 86 if ( !m_restart.start(OProcess::DontCare,OProcess::NoCommunication) ) {
91 owarn << "could not execute restart script" << oendl; 87 owarn << "could not execute restart script" << oendl;