aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4/files/patch-kcontrol-arts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase4/files/patch-kcontrol-arts.cpp')
-rw-r--r--x11/kdebase4/files/patch-kcontrol-arts.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/kdebase4/files/patch-kcontrol-arts.cpp b/x11/kdebase4/files/patch-kcontrol-arts.cpp
deleted file mode 100644
index df11b254f150..000000000000
--- a/x11/kdebase4/files/patch-kcontrol-arts.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- kcontrol/arts/arts.cpp.orig Fri Mar 5 12:15:10 2004
-+++ kcontrol/arts/arts.cpp Fri Mar 5 12:08:16 2004
-@@ -541,13 +541,13 @@
-
- connect(checkProcess, SIGNAL(processExited(KProcess*)),
- this, SLOT(slotArtsdExited(KProcess*)));
-- checkProcess->start(KProcess::Block);
--
-- if (latestProcessStatus == 0)
-+ if (checkProcess->start(KProcess::Block) == false)
-+ realtimePossible = false;
-+ else if (latestProcessStatus == 0)
- realtimePossible = true;
- else
- realtimePossible = false;
--
-+
- checked = true;
-
- }