changeset 2175:bba87eb04fab trunk

[svn] - fix skin.hints parsing for textbox
author nenolod
date Tue, 19 Dec 2006 07:32:23 -0800
parents 2b033869eb2a
children 17b152fca694
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Dec 19 00:41:12 2006 -0800
+++ b/ChangeLog	Tue Dec 19 07:32:23 2006 -0800
@@ -1,3 +1,11 @@
+2006-12-19 08:41:12 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [3353]
+  - Remove Selected works sanely. closes #701.
+  
+  trunk/audacious/ui_playlist.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2006-12-19 02:04:05 +0000  Troels Bang Jensen <marvin@fnuck.dk>
   revision [3351]
   Fixed wrong number of entries in the vis-mode submenu which caused an 
--- a/audacious/mainwin.c	Tue Dec 19 00:41:12 2006 -0800
+++ b/audacious/mainwin.c	Tue Dec 19 07:32:23 2006 -0800
@@ -942,7 +942,7 @@
 		bmp_active_skin->properties.mainwin_vis_y);
 
     if (bmp_active_skin->properties.mainwin_vis_width)
-	widget_resize(WIDGET(mainwin_info), bmp_active_skin->properties.mainwin_vis_width,
+	widget_resize(WIDGET(mainwin_vis), bmp_active_skin->properties.mainwin_vis_width,
 		mainwin_vis->vs_widget.height);
 
     if (bmp_active_skin->properties.mainwin_text_x && bmp_active_skin->properties.mainwin_text_y)