On Mon, 2015-04-20 at 17:41 +0200, David Henningsson wrote: > We currently use pa_yes_no to write module arguments, so they can not be > localised. Instead add a new pa_yes_no_localised function and use it in pactl > (and thus, revert all other places to use the non-localised version). > > BugLink: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1445358 > Signed-off-by: David Henningsson <david.henningsson at canonical.com> > --- > src/pulsecore/core-util.h | 4 ++++ > src/utils/pactl.c | 20 ++++++++++---------- > 2 files changed, 14 insertions(+), 10 deletions(-) Looks good to me. -- Tanu