changeset 1884:e6a3a7d80182 trunk

[svn] - fix default config order
author nenolod
date Sat, 14 Oct 2006 21:25:04 -0700
parents 5f0266d393b8
children 1cd683dd944e
files ChangeLog audacious/main.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 14 21:11:15 2006 -0700
+++ b/ChangeLog	Sat Oct 14 21:25:04 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-15 04:11:15 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2723]
+  - try to intelligently choose which output plugin is best. candidates are in an null-terminated array, pl_candidates.
+  
+  trunk/audacious/main.c |   30 +++++++++++++++++++++---------
+  1 file changed, 21 insertions(+), 9 deletions(-)
+
+
 2006-10-15 04:01:33 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2721]
   - SHARED_SUFFIX includes the dot
--- a/audacious/main.c	Sat Oct 14 21:11:15 2006 -0700
+++ b/audacious/main.c	Sat Oct 14 21:25:04 2006 -0700
@@ -115,7 +115,6 @@
     FALSE, FALSE,               /* shuffle, repeat */
     FALSE,                      /* UNUSED (double size) */
     TRUE,                       /* autoscroll */
-    FALSE,                      /* stop after current song */
     TRUE,                       /* analyzer peaks */
     FALSE,                      /* equalizer autoload */
     FALSE,                      /* easy move */
@@ -141,6 +140,7 @@
     FALSE,                      /* always on top */
     FALSE,                      /* sticky */
     FALSE,                      /* no playlist advance */
+    FALSE,                      /* stop after current song */
 #ifdef HAVE_GNOME_VFS
     FALSE,                      /* refresh file list - should be unneeded with VFS */
 #else