# HG changeset patch # User nhjm449 # Date 1166777542 28800 # Node ID 9f9db9b5c696ad262657d3b102aa09e130ad68e1 # Parent 13b7c5f26332f7de2ff7aebfc15ffd15855cd9f5 [svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode. diff -r 13b7c5f26332 -r 9f9db9b5c696 ChangeLog --- a/ChangeLog Fri Dec 22 00:32:44 2006 -0800 +++ b/ChangeLog Fri Dec 22 00:52:22 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-22 08:32:44 +0000 George Averill + revision [3387] + - Updated fix for doublesized, shaded analyzer. + + trunk/audacious/widgets/svis.c | 27 +++++++++++++++++++-------- + 1 file changed, 19 insertions(+), 8 deletions(-) + + 2006-12-22 08:17:31 +0000 George Averill revision [3385] - Fix the number of analyzer bars drawn in shaded mode. diff -r 13b7c5f26332 -r 9f9db9b5c696 audacious/mainwin.c --- a/audacious/mainwin.c Fri Dec 22 00:32:44 2006 -0800 +++ b/audacious/mainwin.c Fri Dec 22 00:52:22 2006 -0800 @@ -88,20 +88,20 @@ #define MAINWIN_VIS_MENU_VIS_MODE 1 #define MAINWIN_VIS_MENU_NUM_VIS_MODE 4 -#define MAINWIN_VIS_MENU_ANALYZER_MODE 5 +#define MAINWIN_VIS_MENU_ANALYZER_MODE 6 #define MAINWIN_VIS_MENU_NUM_ANALYZER_MODE 3 -#define MAINWIN_VIS_MENU_ANALYZER_TYPE 9 +#define MAINWIN_VIS_MENU_ANALYZER_TYPE 10 #define MAINWIN_VIS_MENU_NUM_ANALYZER_TYPE 2 -#define MAINWIN_VIS_MENU_ANALYZER_PEAKS 12 -#define MAINWIN_VIS_MENU_SCOPE_MODE 14 +#define MAINWIN_VIS_MENU_ANALYZER_PEAKS 13 +#define MAINWIN_VIS_MENU_SCOPE_MODE 15 #define MAINWIN_VIS_MENU_NUM_SCOPE_MODE 3 -#define MAINWIN_VIS_MENU_WSHADEVU_MODE 18 +#define MAINWIN_VIS_MENU_WSHADEVU_MODE 19 #define MAINWIN_VIS_MENU_NUM_WSHADEVU_MODE 2 -#define MAINWIN_VIS_MENU_REFRESH_RATE 21 +#define MAINWIN_VIS_MENU_REFRESH_RATE 22 #define MAINWIN_VIS_MENU_NUM_REFRESH_RATE 4 -#define MAINWIN_VIS_MENU_AFALLOFF 26 +#define MAINWIN_VIS_MENU_AFALLOFF 27 #define MAINWIN_VIS_MENU_NUM_AFALLOFF 5 -#define MAINWIN_VIS_MENU_PFALLOFF 32 +#define MAINWIN_VIS_MENU_PFALLOFF 33 #define MAINWIN_VIS_MENU_NUM_PFALLOFF 5 #define VOLSET_DISP_TIMES 5