summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-10-02 00:49:50 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-11-11 17:44:27 +0000
commit324eb213952ffe2964fc811d6644bda833922193 (patch)
tree7e10153172a1d723201c90ed5d92aefb55d4f61a /src
parent3130403c814105f2705c465839bc5c3a68b24af5 (diff)
device-manager: Fix typo in module loading script.
Diffstat (limited to 'src')
-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