# HG changeset patch # User nenolod # Date 1160039522 25200 # Node ID e93eaf88a52afc9a419eade14b63d7ab54196275 # Parent 9257454b617c2fe36c0ecead27237fb2ab643f64 [svn] - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp. diff -r 9257454b617c -r e93eaf88a52a ChangeLog --- a/ChangeLog Thu Oct 05 02:07:02 2006 -0700 +++ b/ChangeLog Thu Oct 05 02:12:02 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 09:07:02 +0000 William Pitcock + revision [2595] + - fix an assertion error + + trunk/audacious/widgets/textbox.c | 1 - + 1 file changed, 1 deletion(-) + + 2006-10-05 08:54:37 +0000 William Pitcock revision [2593] - try not to reject tuples that have an mtime of 0. (special tuples referring to URIs) diff -r 9257454b617c -r e93eaf88a52a audacious/mainwin.c --- a/audacious/mainwin.c Thu Oct 05 02:07:02 2006 -0700 +++ b/audacious/mainwin.c Thu Oct 05 02:12:02 2006 -0700 @@ -3677,8 +3677,6 @@ count--; mainwin_force_redraw = FALSE; - draw_playlist_window(FALSE); - draw_equalizer_window(FALSE); if (mainwin_title_text) { G_LOCK(mainwin_title);