changeset 1835:fab086733722 trunk

[svn] - revert to 2599
author nhjm449
date Thu, 05 Oct 2006 19:50:10 -0700
parents cf41677e2d7c
children a1089ea6f436
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2623]
   - support for WA2 skins (no skin.hints)
--- 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 */