# HG changeset patch # User mf0102 <0102@gmx.at> # Date 1207488771 -7200 # Node ID b96e8628a030d0c487eeb5c6297382e8fd881ea6 # Parent 60f53670478a4a017b69d2e10638155ef303f82e scan the playlist when calling playlistwin_set_toprow() - this fixes the playlist not being "updated" when scrolling via the playlist slider diff -r 60f53670478a -r b96e8628a030 src/audacious/ui_playlist.c --- a/src/audacious/ui_playlist.c Sun Apr 06 10:57:19 2008 +0200 +++ b/src/audacious/ui_playlist.c Sun Apr 06 15:32:51 2008 +0200 @@ -251,6 +251,7 @@ { if (UI_SKINNED_IS_PLAYLIST(playlistwin_list)) UI_SKINNED_PLAYLIST(playlistwin_list)->first = toprow; + g_cond_signal(cond_scan); playlistwin_update_list(playlist_get_active()); }