summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/daemon/start-pulseaudio-kde.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/start-pulseaudio-kde.in b/src/daemon/start-pulseaudio-kde.in
index a79a50b5..c319e7dd 100755
--- a/src/daemon/start-pulseaudio-kde.in
+++ b/src/daemon/start-pulseaudio-kde.in
@@ -25,6 +25,6 @@ set -e
if [ x"$DISPLAY" != x ] ; then
- @PACTL_BINARY@ load-module module-module-device-manager "do_routing=1" > /dev/null
+ @PACTL_BINARY@ load-module module-device-manager "do_routing=1" > /dev/null
fi