changeset 229:108cd7e58d5e trunk

[svn] Always update the playlist information, regardless of whether it is shaded or not. To ensure this happens, I've attached playlistwin_update_list() to the GUI event loop, mainwin_idle_func(). This is rather clunky, and I don't like it, but it works perfectly. So there.
author nenolod
date Sat, 26 Nov 2005 14:08:34 -0800
parents 08973a746a3e
children 98a56c105d2e
files audacious/mainwin.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/mainwin.c	Fri Nov 25 23:14:41 2005 -0800
+++ b/audacious/mainwin.c	Sat Nov 26 14:08:34 2005 -0800
@@ -3360,6 +3360,8 @@
     draw_playlist_window(FALSE);
     draw_equalizer_window(FALSE);
 
+    playlistwin_update_list();
+
     if (mainwin_title_text) {
         G_LOCK(mainwin_title);
         gtk_window_set_title(GTK_WINDOW(mainwin), mainwin_title_text);