# HG changeset patch # User William Pitcock # Date 1183465123 18000 # Node ID 8463de0cf728916d44dc85628369d7164a03f9ce # Parent 92d67946e974e8f462ee6504704e6007b1579d21 Use back and forth scroll by default. diff -r 92d67946e974 -r 8463de0cf728 src/audacious/main.c --- 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 {