From 3c4f584d35d151cb2e31d579b980e0d1ab9a6262 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 14 Aug 2012 09:22:38 -0400 Subject: with a better project name, we need a better PA name --- ponymix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponymix.c b/ponymix.c index 1a57be4..a09d0ea 100644 --- a/ponymix.c +++ b/ponymix.c @@ -604,7 +604,7 @@ static int pulse_connect(struct pulseaudio_t *pulse) static int pulse_init(struct pulseaudio_t *pulse) { pulse->mainloop = pa_mainloop_new(); - pulse->cxt = pa_context_new(pa_mainloop_get_api(pulse->mainloop), "lolpulse"); + pulse->cxt = pa_context_new(pa_mainloop_get_api(pulse->mainloop), "bestpony"); pulse->state = STATE_CONNECTING; pulse->head = NULL; -- cgit v1.2.3