changeset 1886:cbc1df98c5b6 trunk

[svn] - try coreaudio before OSS
author nenolod
date Sun, 15 Oct 2006 09:58:41 -0700
parents 1cd683dd944e
children 94795106c541
files ChangeLog audacious/main.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Oct 15 09:30:05 2006 -0700
+++ b/ChangeLog	Sun Oct 15 09:58:41 2006 -0700
@@ -1,3 +1,10 @@
+2006-10-15 16:30:05 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [2727]
+  Jump to track window shown when calling audacious with the -j option. Patch by Henrik Johansson <henrik_johansson@home.se>, submitted as Gentoo bug #151260.
+  trunk/audacious/main.c |   14 ++++++++++++--
+  1 file changed, 12 insertions(+), 2 deletions(-)
+
+
 2006-10-15 04:25:04 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2725]
   - fix default config order
--- a/audacious/main.c	Sun Oct 15 09:30:05 2006 -0700
+++ b/audacious/main.c	Sun Oct 15 09:58:41 2006 -0700
@@ -373,8 +373,8 @@
 /* XXX: case-sensitivity is bad for lazy nenolods. :( -nenolod */
 static gchar *pl_candidates[] = {
 	PLUGIN_FILENAME("ALSA"),
+	PLUGIN_FILENAME("coreaudio"),
 	PLUGIN_FILENAME("OSS"),
-	PLUGIN_FILENAME("coreaudio"),
 	PLUGIN_FILENAME("sun"),
 	PLUGIN_FILENAME("ESD"),
 	PLUGIN_FILENAME("pulse_audio"),