# HG changeset patch # User nenolod # Date 1148069258 25200 # Node ID 968a9449f270e90b40fd01eacb0641e80d319c06 # Parent 00442fab8cc32aa79d3447d2e7b09b53df7354e6 [svn] - handle the redraw more effectively here diff -r 00442fab8cc3 -r 968a9449f270 audacious/playlist_list.c --- a/audacious/playlist_list.c Fri May 19 13:06:50 2006 -0700 +++ b/audacious/playlist_list.c Fri May 19 13:07:38 2006 -0700 @@ -164,7 +164,10 @@ skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG)); if (cfg.playlist_transparent) - playlist_list_draw(WIDGET(data)); + { + playlistwin_update_list(); + draw_playlist_window(TRUE); + } } }