The branch, patches has been updated
       via  c10991788a48ffb8d47a9d6fa8684086ee6e6c5a (commit)
      from  7d213f4c7a5328190626b5efdccc45901408650d (commit)


- Shortlog ------------------------------------------------------------
c109917 load module-gconf earlier

Summary of changes:
 src/daemon/default.pa.in |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit c10991788a48ffb8d47a9d6fa8684086ee6e6c5a
Author: Sjoerd Simons <[EMAIL PROTECTED]>
Date:   Sat May 10 18:35:08 2008 +0200

    load module-gconf earlier

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index be46526..47ea7ab 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -64,6 +64,15 @@ load-module module-native-protocol-unix
 #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 
description="RTP Multicast Sink"
 #load-module module-rtp-send source=rtp.monitor
 
+### Load additional modules from GConf settings. This can be configured with 
the paprefs tool.
+### Please keep in mind that the modules configured by paprefs might conflict 
with manually
+### loaded modules.
+.ifexists [EMAIL PROTECTED]@
+.nofail
+load-module module-gconf
+.fail
+.endif
+
 ### Automatically restore the volume of playback streams
 load-module module-volume-restore
 
@@ -85,15 +94,6 @@ load-module module-suspend-on-idle
 # Instead we load this via /etc/xdg/autostart/ and "pactl load-module" now
 # load-module module-x11-xsmp
 
-### Load additional modules from GConf settings. This can be configured with 
the paprefs tool.
-### Please keep in mind that the modules configured by paprefs might conflict 
with manually
-### loaded modules.
-.ifexists [EMAIL PROTECTED]@
-.nofail
-load-module module-gconf
-.fail
-.endif
-
 ### Publish connection data in the X11 root window
 .ifexists [EMAIL PROTECTED]@
 .nofail

-- 
pulseaudio packaging

_______________________________________________
Pkg-pulseaudio-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to