changeset 1806:df973c3f5186 trunk

[svn] - it'd probably help if we passed the right stuff to gtk_window_resize().
author nenolod
date Wed, 04 Oct 2006 23:01:26 -0700
parents 27a2c571a033
children bd51407ce849
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 04 22:56:57 2006 -0700
+++ b/ChangeLog	Wed Oct 04 23:01:26 2006 -0700
@@ -1,3 +1,11 @@
+2006-10-05 05:56:57 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2567]
+  - don't use dock_resize.
+  
+  trunk/audacious/mainwin.c |   21 +++++++++++++++++----
+  1 file changed, 17 insertions(+), 4 deletions(-)
+
+
 2006-10-05 04:46:00 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2565]
   - mainwinEQButtonX, mainwinEQButtonY, mainwinPLButtonX, mainwinPLButtonY, mainwinAboutX,
--- a/audacious/mainwin.c	Wed Oct 04 22:56:57 2006 -0700
+++ b/audacious/mainwin.c	Wed Oct 04 23:01:26 2006 -0700
@@ -958,7 +958,8 @@
 				bmp_active_skin->properties.mainwin_width,
 				bmp_active_skin->properties.mainwin_height,
                                 GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE);
-        gtk_window_resize(GTK_WINDOW(mainwin), PLAYER_WIDTH, PLAYER_HEIGHT);
+        gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width,
+		bmp_active_skin->properties.mainwin_height);
     }
 
     /* visibility attributes */