changeset 1904:4960ba312ffe trunk

[svn] - add a default value for cfg.use_file_cover (FALSE)
author nenolod
date Fri, 27 Oct 2006 00:19:32 -0700
parents b52f117255b0
children 6b4116c34489
files ChangeLog audacious/main.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 24 13:29:52 2006 -0700
+++ b/ChangeLog	Fri Oct 27 00:19:32 2006 -0700
@@ -1,3 +1,12 @@
+2006-10-24 20:29:52 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2763]
+  - 1.2.1 release
+  
+  trunk/NEWS         |   10 +++++++++-
+  trunk/configure.ac |    2 +-
+  2 files changed, 10 insertions(+), 2 deletions(-)
+
+
 2006-10-24 20:17:19 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2761]
   - fix memory leak once and for bloody all
--- a/audacious/main.c	Tue Oct 24 13:29:52 2006 -0700
+++ b/audacious/main.c	Fri Oct 27 00:19:32 2006 -0700
@@ -208,6 +208,7 @@
     NULL,			/* default session uri base (non-NULL = custom session uri base) */
     150,			/* short side length of the picture in the filepopup */
     20,				/* delay until the filepopup comes up */
+    FALSE,			/* use filename.jpg for coverart */
 };
 
 typedef struct bmp_cfg_boolent_t {