# HG changeset patch # User nenolod # Date 1160886304 25200 # Node ID e6a3a7d801821f1bb58351c62ad9606c42ac9455 # Parent 5f0266d393b8fdf733f87bca90f4a3cca3d77e74 [svn] - fix default config order diff -r 5f0266d393b8 -r e6a3a7d80182 ChangeLog --- 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 + 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 revision [2721] - SHARED_SUFFIX includes the dot diff -r 5f0266d393b8 -r e6a3a7d80182 audacious/main.c --- 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