changeset 79:38ddde5b0f13 trunk

[svn] Fix #129 by using playlistwin_set_mask() in playlistwin_set_shade()
author msameer
date Sun, 30 Oct 2005 21:08:07 -0800
parents ae0af0523844
children 2bcb4be3688c
files audacious/playlistwin.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/playlistwin.c	Sun Oct 30 15:25:52 2005 -0800
+++ b/audacious/playlistwin.c	Sun Oct 30 21:08:07 2005 -0800
@@ -535,6 +535,10 @@
                       cfg.playlist_width,
                       playlistwin_get_height());
 
+    /* This is a fix for #129 */
+    /* No idea, But it works! */
+    playlistwin_set_mask();
+
     draw_playlist_window(TRUE);
 }