Mercurial > audlegacy
changeset 1607:57676c0f2f33 trunk
[svn] - prevents input_check_file() working on loading playlist.
author | yaz |
---|---|
date | Tue, 29 Aug 2006 11:35:30 -0700 |
parents | 7ea3c9610ca0 |
children | dcd9936d506a |
files | ChangeLog audacious/playlist.c |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 28 11:03:58 2006 -0700 +++ b/ChangeLog Tue Aug 29 11:35:30 2006 -0700 @@ -1,3 +1,12 @@ +2006-08-28 18:03:58 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [2143] + - playlist_container_find() must check if ext is 1, besides NULL. + + + Changes: Modified: + +2 -1 trunk/audacious/playlist_container.c + + 2006-08-28 15:51:36 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [2141] - filepopup follows change of pointed song, i.e. it will hide while scrolling.