changeset 2192:9f9db9b5c696 trunk

[svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode.
author nhjm449
date Fri, 22 Dec 2006 00:52:22 -0800
parents 13b7c5f26332
children 2522f6053168
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 16 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 <nhjm449@gmail.com>
+  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 <nhjm449@gmail.com>
   revision [3385]
   - Fix the number of analyzer bars drawn in shaded mode.
--- 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