From 8a729628c8778593784ed441813322de178de0f1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 19 May 2010 11:33:23 +0000 Subject: [PATCH] Use our own application name instead --- src/plugins/profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/profiles.c b/src/plugins/profiles.c index b31eea1..64f3a32 100644 --- a/src/plugins/profiles.c +++ b/src/plugins/profiles.c @@ -89,7 +89,7 @@ static int _profiles_init(PhonePlugin * plugin) } mapi = pa_threaded_mainloop_get_api(profiles->pam); /* XXX update the context name */ - if((profiles->pac = pa_context_new(mapi, "Openmoko Dialer")) == NULL) + if((profiles->pac = pa_context_new(mapi, PACKAGE)) == NULL) { _profiles_destroy(plugin); return error_set_code(1, "%s",