comparison audacious/main.c @ 2113:d1e4f54fb9f5 trunk

[svn] - warning fix - use extension probing by default
author nenolod
date Tue, 12 Dec 2006 20:48:13 -0800
parents 02f39b64f36b
children 1d67cf383e32
comparison
equal deleted inserted replaced
2112:81c744358bab 2113:d1e4f54fb9f5
203 NULL, /* default session uri base (non-NULL = custom session uri base) */ 203 NULL, /* default session uri base (non-NULL = custom session uri base) */
204 150, /* short side length of the picture in the filepopup */ 204 150, /* short side length of the picture in the filepopup */
205 20, /* delay until the filepopup comes up */ 205 20, /* delay until the filepopup comes up */
206 FALSE, /* use filename.jpg for coverart */ 206 FALSE, /* use filename.jpg for coverart */
207 FALSE, /* use XMMS-style file selection */ 207 FALSE, /* use XMMS-style file selection */
208 FALSE, /* use extension probing */ 208 TRUE, /* use extension probing */
209 }; 209 };
210 210
211 typedef struct bmp_cfg_boolent_t { 211 typedef struct bmp_cfg_boolent_t {
212 char const *be_vname; 212 char const *be_vname;
213 gboolean *be_vloc; 213 gboolean *be_vloc;