comparison src/audacious/main.c @ 2973:8463de0cf728 trunk

Use back and forth scroll by default.
author William Pitcock <nenolod@atheme-project.org>
date Tue, 03 Jul 2007 07:18:43 -0500
parents 83f03505f819
children f40b8491a812 3b6d316f8b09
comparison
equal deleted inserted replaced
2970:92d67946e974 2973:8463de0cf728
219 TRUE, /* use extension probing */ 219 TRUE, /* use extension probing */
220 255, 255, 255, /* colorize r, g, b */ 220 255, 255, 255, /* colorize r, g, b */
221 FALSE, /* internal: whether or not to terminate */ 221 FALSE, /* internal: whether or not to terminate */
222 TRUE, /* whether show progress bar in filepopup or not */ 222 TRUE, /* whether show progress bar in filepopup or not */
223 TRUE, /* close jtf dialog on jump */ 223 TRUE, /* close jtf dialog on jump */
224 FALSE, /* use back and forth scroll */ 224 TRUE, /* use back and forth scroll */
225 }; 225 };
226 226
227 typedef struct bmp_cfg_boolent_t { 227 typedef struct bmp_cfg_boolent_t {
228 char const *be_vname; 228 char const *be_vname;
229 gboolean *be_vloc; 229 gboolean *be_vloc;