Mercurial > audlegacy-plugins
changeset 1207:3094d9c8a935 trunk
Use Audacious as player identifier instead of XMMS.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Wed, 04 Jul 2007 23:25:02 -0500 |
parents | a0928c1779bb |
children | c1dcc9d38f98 |
files | src/pulse_audio/pulse_audio.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pulse_audio/pulse_audio.c Wed Jul 04 23:23:58 2007 -0500 +++ b/src/pulse_audio/pulse_audio.c Wed Jul 04 23:25:02 2007 -0500 @@ -559,7 +559,7 @@ pa_threaded_mainloop_lock(mainloop); - if (!(context = pa_context_new(pa_threaded_mainloop_get_api(mainloop), "XMMS"))) { + if (!(context = pa_context_new(pa_threaded_mainloop_get_api(mainloop), "Audacious"))) { g_warning("Failed to allocate context"); goto unlock_and_fail; } @@ -674,8 +674,8 @@ return; dialog = xmms_show_message( - "About XMMS PulseAudio Output Plugin", - "XMMS PulseAudio Output Plugin\n\n " + "About Audacious PulseAudio Output Plugin", + "Audacious PulseAudio Output Plugin\n\n " "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation; either version 2 of the License, or\n"