Mercurial > audlegacy
changeset 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 | 92d67946e974 |
children | b93bd39923bf |
files | src/audacious/main.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/main.c Mon Jul 02 21:43:30 2007 +0900 +++ b/src/audacious/main.c Tue Jul 03 07:18:43 2007 -0500 @@ -221,7 +221,7 @@ FALSE, /* internal: whether or not to terminate */ TRUE, /* whether show progress bar in filepopup or not */ TRUE, /* close jtf dialog on jump */ - FALSE, /* use back and forth scroll */ + TRUE, /* use back and forth scroll */ }; typedef struct bmp_cfg_boolent_t {