Mercurial > audlegacy
changeset 2173:9d2f27822d17 trunk
[svn] Fixed wrong number of entries in the vis-mode submenu which caused an
offset error in the displayed settings
author | marvin |
---|---|
date | Mon, 18 Dec 2006 18:04:05 -0800 |
parents | 9a02f5ea1a9c |
children | 2b033869eb2a |
files | ChangeLog audacious/mainwin.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 18 17:26:47 2006 -0800 +++ b/ChangeLog Mon Dec 18 18:04:05 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-19 01:26:47 +0000 Troels Bang Jensen <marvin@fnuck.dk> + revision [3349] + - Added 'bars' mode for analyzer in windowshade mode + + trunk/audacious/widgets/svis.c | 20 ++++++++++++++++---- + 1 file changed, 16 insertions(+), 4 deletions(-) + + 2006-12-19 00:37:47 +0000 Troels Bang Jensen <marvin@fnuck.dk> revision [3347] -added analyzer vis to windowshade mode
--- a/audacious/mainwin.c Mon Dec 18 17:26:47 2006 -0800 +++ b/audacious/mainwin.c Mon Dec 18 18:04:05 2006 -0800 @@ -87,7 +87,7 @@ */ #define MAINWIN_VIS_MENU_VIS_MODE 1 -#define MAINWIN_VIS_MENU_NUM_VIS_MODE 3 +#define MAINWIN_VIS_MENU_NUM_VIS_MODE 4 #define MAINWIN_VIS_MENU_ANALYZER_MODE 5 #define MAINWIN_VIS_MENU_NUM_ANALYZER_MODE 3 #define MAINWIN_VIS_MENU_ANALYZER_TYPE 9