# HG changeset patch # User nenolod # Date 1166542343 28800 # Node ID bba87eb04fab6066077f07fb2c71859450552b5f # Parent 2b033869eb2ac93591f7def07ac15fccda67e56d [svn] - fix skin.hints parsing for textbox diff -r 2b033869eb2a -r bba87eb04fab ChangeLog --- 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 + 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 revision [3351] Fixed wrong number of entries in the vis-mode submenu which caused an diff -r 2b033869eb2a -r bba87eb04fab audacious/mainwin.c --- 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)