summaryrefslogtreecommitdiff
path: root/x11/kdebase3/files/patch-kcontrol-arts.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-04-20 09:08:07 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-04-20 09:08:07 +0000
commit6c593b2c29c4078d94a263262e820f4d445c1593 (patch)
tree2af72f3c91502583cc65925370924707eacb72a1 /x11/kdebase3/files/patch-kcontrol-arts.cpp
parentUpdate to 0.9.2 (diff)
Update to KDE 3.2.2
Diffstat (limited to 'x11/kdebase3/files/patch-kcontrol-arts.cpp')
-rw-r--r--x11/kdebase3/files/patch-kcontrol-arts.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/kdebase3/files/patch-kcontrol-arts.cpp b/x11/kdebase3/files/patch-kcontrol-arts.cpp
deleted file mode 100644
index df11b254f150..000000000000
--- a/x11/kdebase3/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;
-
- }