# HG changeset patch # User William Pitcock # Date 1183609502 18000 # Node ID 3094d9c8a935ecb6a3d0bce4d3e4dcb6c9a4f804 # Parent a0928c1779bb2afd1096a992a3990cb4da9f328e Use Audacious as player identifier instead of XMMS. diff -r a0928c1779bb -r 3094d9c8a935 src/pulse_audio/pulse_audio.c --- 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"