changeset 1763:50d5ef36b035 trunk

[svn] - now mainwindow remembers "autoscroll songname" setting after returns from shaded mode.
author yaz
date Thu, 28 Sep 2006 10:01:28 -0700
parents 5170463d8cc9
children bbe06e48a952
files ChangeLog audacious/mainwin.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <yaz@cc.rim.or.jp>
+  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 <yaz@cc.rim.or.jp>
   revision [2459]
   - fix for "bmp_rcfile_write_string: assertion `value != NULL' failed"
--- 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;
     }