changeset 1820:e93eaf88a52a trunk

[svn] - the playlist and equalizer windows do not need to redraw themselves constantly, as was in bmp.
author nenolod
date Thu, 05 Oct 2006 02:12:02 -0700
parents 9257454b617c
children bbd774554ae7
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2593]
   - try not to reject tuples that have an mtime of 0. (special tuples referring to URIs)
--- 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);