# HG changeset patch # User nhjm449 # Date 1160103010 25200 # Node ID fab086733722daed5fdacc317c28211ac0b14b44 # Parent cf41677e2d7c6857fcc4a2e946b8fdd9d54c2a6b [svn] - revert to 2599 diff -r cf41677e2d7c -r fab086733722 ChangeLog --- a/ChangeLog Thu Oct 05 08:55:13 2006 -0700 +++ b/ChangeLog Thu Oct 05 19:50:10 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 15:55:13 +0000 William Pitcock + revision [2625] + - better handle the stream condition + + trunk/audacious/playlist.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + + 2006-10-05 15:02:43 +0000 William Pitcock revision [2623] - support for WA2 skins (no skin.hints) diff -r cf41677e2d7c -r fab086733722 audacious/mainwin.c --- a/audacious/mainwin.c Thu Oct 05 08:55:13 2006 -0700 +++ b/audacious/mainwin.c Thu Oct 05 19:50:10 2006 -0700 @@ -960,9 +960,8 @@ bmp_active_skin->properties.mainwin_width, bmp_active_skin->properties.mainwin_height, GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); - gdk_window_resize(mainwin->window, bmp_active_skin->properties.mainwin_width, + gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width, bmp_active_skin->properties.mainwin_height); - gdk_flush(); } /* visibility attributes */