# HG changeset patch # User nenolod # Date 1160039222 25200 # Node ID 9257454b617c2fe36c0ecead27237fb2ab643f64 # Parent e3e31a084b09b05b32d63d1c5e29c6828c1f7af2 [svn] - fix an assertion error diff -r e3e31a084b09 -r 9257454b617c ChangeLog --- a/ChangeLog Thu Oct 05 01:54:37 2006 -0700 +++ b/ChangeLog Thu Oct 05 02:07:02 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-05 08:54:37 +0000 William Pitcock + revision [2593] + - try not to reject tuples that have an mtime of 0. (special tuples referring to URIs) + + trunk/audacious/playlist.c | 9 +++------ + 1 file changed, 3 insertions(+), 6 deletions(-) + + 2006-10-05 08:31:41 +0000 William Pitcock revision [2591] - make sure the PlaylistEntry has a tuple. diff -r e3e31a084b09 -r 9257454b617c audacious/widgets/textbox.c --- a/audacious/widgets/textbox.c Thu Oct 05 01:54:37 2006 -0700 +++ b/audacious/widgets/textbox.c Thu Oct 05 02:07:02 2006 -0700 @@ -161,7 +161,6 @@ { g_return_if_fail(tb != NULL); g_return_if_fail(text != NULL); - g_return_if_fail(tb->tb_widget.visible != FALSE); widget_lock(WIDGET(tb));