# HG changeset patch # User msameer # Date 1130735287 28800 # Node ID 38ddde5b0f1327a4cf48758d9fe9c63407e84414 # Parent ae0af0523844eb472dde26b21d3947b4d0dbaab3 [svn] Fix #129 by using playlistwin_set_mask() in playlistwin_set_shade() diff -r ae0af0523844 -r 38ddde5b0f13 audacious/playlistwin.c --- 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); }