changeset 2204:ad13a4414f45 trunk

[svn] - Correctly set the size of playlistwin_list on startup/etc.
author nhjm449
date Sat, 23 Dec 2006 00:20:59 -0800
parents 60bd49189fde
children cc6a05baa156
files ChangeLog audacious/widgets/playlist_list.c
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Dec 22 20:10:22 2006 -0800
+++ b/ChangeLog	Sat Dec 23 00:20:59 2006 -0800
@@ -1,3 +1,18 @@
+2006-12-23 04:10:22 +0000  Troels Bang Jensen <marvin@fnuck.dk>
+  revision [3411]
+  - two realcolour modes for voiceprint vis: Fire and Ice
+  - removed duplicate code from vis.c
+  
+  trunk/audacious/main.c          |    2 
+  trunk/audacious/main.h          |    1 
+  trunk/audacious/mainwin.c       |   27 +
+  trunk/audacious/visualization.c |   19 -
+  trunk/audacious/widgets/svis.c  |    4 
+  trunk/audacious/widgets/vis.c   |  581 ++++++++++++++++++++--------------------
+  trunk/audacious/widgets/vis.h   |    5 
+  7 files changed, 348 insertions(+), 291 deletions(-)
+
+
 2006-12-23 01:35:11 +0000  Giacomo Lozito <james@develia.org>
   revision [3409]
   - playlist manager, work done for data consistency; now it should react and update when it is active and playlists are created/modified/deleted outside the manager (i.e. with keyboard shortcuts)
--- a/audacious/widgets/playlist_list.c	Fri Dec 22 20:10:22 2006 -0800
+++ b/audacious/widgets/playlist_list.c	Sat Dec 23 00:20:59 2006 -0800
@@ -555,7 +555,8 @@
 
     obj = pl->pl_widget.parent;
 
-    gtk_window_get_size(GTK_WINDOW(playlistwin), &plw_w, &plw_h);
+    plw_w = playlistwin_get_width();
+    plw_h = playlistwin_get_height();
 
     playlist_rect = g_new0(GdkRectangle, 1);