Mercurial > audlegacy
diff ChangeLog @ 1762:5170463d8cc9 trunk
[svn] - 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.
author | yaz |
---|---|
date | Thu, 28 Sep 2006 08:50:11 -0700 |
parents | 70caa62ead63 |
children | 50d5ef36b035 |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 28 08:39:14 2006 -0700 +++ b/ChangeLog Thu Sep 28 08:50:11 2006 -0700 @@ -1,3 +1,13 @@ +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" + + trunk/audacious/controlsocket.c | 8 ++++---- + trunk/audacious/main.c | 6 ++++++ + trunk/audacious/prefswin.c | 12 +++++++++--- + 3 files changed, 19 insertions(+), 7 deletions(-) + + 2006-09-28 15:36:43 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [2457] - fix for "playlist.c:1482: Mutex not locked!"