summaryrefslogtreecommitdiffstats
path: root/src/pulse/client-conf.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-11 17:44:49 +0000
committerLennart Poettering <lennart@poettering.net>2008-06-11 17:44:49 +0000
commit1337afdee49e69f77f342ba694f53cccc5446453 (patch)
treed4930e6856428e6e648bbf0528da3faafde5356d /src/pulse/client-conf.c
parentb3444d68816b6b01297ea025dbb98eeefe43b1b8 (diff)
enable auto-spawning by default
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2515 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/client-conf.c')
-rw-r--r--src/pulse/client-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c
index 17334a49..fba9324a 100644
--- a/src/pulse/client-conf.c
+++ b/src/pulse/client-conf.c
@@ -58,7 +58,7 @@ static const pa_client_conf default_conf = {
.default_sink = NULL,
.default_source = NULL,
.default_server = NULL,
- .autospawn = FALSE,
+ .autospawn = TRUE,
.disable_shm = FALSE,
.cookie_file = NULL,
.cookie_valid = FALSE,