# HG changeset patch # User yaz # Date 1159462888 25200 # Node ID 50d5ef36b035b7a2d5cc887ef7d31b12a13838dc # Parent 5170463d8cc9d7f520f8e9854d927e69a8fdbd9c [svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode. diff -r 5170463d8cc9 -r 50d5ef36b035 ChangeLog --- a/ChangeLog Thu Sep 28 08:50:11 2006 -0700 +++ b/ChangeLog Thu Sep 28 10:01:28 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-28 15:50:11 +0000 Yoshiki Yazawa + revision [2461] + - gtk+-2.10's gtk_widget_destroy() sometimes causes an UI freeze. as a workaround, reuse allocated dialog. + - when saving playlist without an extension, .xspf will be appended. + + trunk/audacious/ui_playlist.c | 99 +++++++++++++++++++++++++++++------------- + 1 file changed, 70 insertions(+), 29 deletions(-) + + 2006-09-28 15:39:14 +0000 Yoshiki Yazawa revision [2459] - fix for "bmp_rcfile_write_string: assertion `value != NULL' failed" diff -r 5170463d8cc9 -r 50d5ef36b035 audacious/mainwin.c --- a/audacious/mainwin.c Thu Sep 28 08:50:11 2006 -0700 +++ b/audacious/mainwin.c Thu Sep 28 10:01:28 2006 -0700 @@ -573,7 +573,7 @@ widget_hide(WIDGET(mainwin_stime_sec)); widget_hide(WIDGET(mainwin_sposition)); - textbox_set_scroll(mainwin_info, TRUE); + textbox_set_scroll(mainwin_info, cfg.autoscroll); mainwin_shade->pb_ny = mainwin_shade->pb_py = 18; }