# HG changeset patch # User yaz # Date 1156876530 25200 # Node ID 57676c0f2f3356719852f013509abcab3ecd7115 # Parent 7ea3c9610ca04457b2e16246019469ffd95caed2 [svn] - prevents input_check_file() working on loading playlist. diff -r 7ea3c9610ca0 -r 57676c0f2f33 ChangeLog --- 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 + 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 revision [2141] - filepopup follows change of pointed song, i.e. it will hide while scrolling. diff -r 7ea3c9610ca0 -r 57676c0f2f33 audacious/playlist.c --- a/audacious/playlist.c Mon Aug 28 11:03:58 2006 -0700 +++ b/audacious/playlist.c Tue Aug 29 11:35:30 2006 -0700 @@ -530,7 +530,9 @@ InputPlugin *dec; if (is_playlist_name(filename)) { + loading_playlist = TRUE; playlist_load_ins(filename, pos); + loading_playlist = FALSE; return TRUE; }