changeset 4425:b96e8628a030

scan the playlist when calling playlistwin_set_toprow() - this fixes the playlist not being "updated" when scrolling via the playlist slider
author mf0102 <0102@gmx.at>
date Sun, 06 Apr 2008 15:32:51 +0200
parents 60f53670478a
children 46348f9240f1
files src/audacious/ui_playlist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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());
 }