# HG changeset patch # User nenolod # Date 1160040503 25200 # Node ID bbd774554ae73dffe741a47ffd5bf60c769fa432 # Parent e93eaf88a52afc9a419eade14b63d7ab54196275 [svn] - revert diff -r e93eaf88a52a -r bbd774554ae7 ChangeLog --- a/ChangeLog Thu Oct 05 02:12:02 2006 -0700 +++ b/ChangeLog Thu Oct 05 02:28:23 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 09:12:02 +0000 William Pitcock + revision [2597] + - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp. + + trunk/audacious/mainwin.c | 2 -- + 1 file changed, 2 deletions(-) + + 2006-10-05 09:07:02 +0000 William Pitcock revision [2595] - fix an assertion error diff -r e93eaf88a52a -r bbd774554ae7 audacious/mainwin.c --- a/audacious/mainwin.c Thu Oct 05 02:12:02 2006 -0700 +++ b/audacious/mainwin.c Thu Oct 05 02:28:23 2006 -0700 @@ -3677,6 +3677,8 @@ count--; mainwin_force_redraw = FALSE; + draw_equalizer_window(FALSE); + draw_playlist_window(FALSE); if (mainwin_title_text) { G_LOCK(mainwin_title);