comparison audacious/main.c @ 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 597bd579d9af
children 6b4116c34489
comparison
equal deleted inserted replaced
1903:b52f117255b0 1904:4960ba312ffe
206 FALSE, 206 FALSE,
207 0, 207 0,
208 NULL, /* default session uri base (non-NULL = custom session uri base) */ 208 NULL, /* default session uri base (non-NULL = custom session uri base) */
209 150, /* short side length of the picture in the filepopup */ 209 150, /* short side length of the picture in the filepopup */
210 20, /* delay until the filepopup comes up */ 210 20, /* delay until the filepopup comes up */
211 FALSE, /* use filename.jpg for coverart */
211 }; 212 };
212 213
213 typedef struct bmp_cfg_boolent_t { 214 typedef struct bmp_cfg_boolent_t {
214 char const *be_vname; 215 char const *be_vname;
215 gboolean *be_vloc; 216 gboolean *be_vloc;