device-manager: Fix typo in module loading script.
authorColin Guthrie <cguthrie@mandriva.org>
Thu, 1 Oct 2009 23:49:50 +0000 (00:49 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Thu, 1 Oct 2009 23:49:50 +0000 (00:49 +0100)
src/daemon/start-pulseaudio-kde.in

index a79a50b..c319e7d 100755 (executable)
@@ -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