From: Lennart Poettering Date: Fri, 13 Feb 2009 17:01:00 +0000 (+0100) Subject: drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this better... X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/c0fb91db545774ec45f208a6f771c22a0b153637 drop check for PA_PROP_APPLICATION_NAME since often enough we can deduce this better from g_get_application_name() --- diff --git a/src/pulse/context.c b/src/pulse/context.c index 81050914..8686e0de 100644 --- a/src/pulse/context.c +++ b/src/pulse/context.c @@ -129,9 +129,6 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char * pa_init_i18n(); - if (!name && !pa_proplist_contains(p, PA_PROP_APPLICATION_NAME)) - return NULL; - c = pa_xnew(pa_context, 1); PA_REFCNT_INIT(c);