changeset 1819:9257454b617c trunk

[svn] - fix an assertion error
author nenolod
date Thu, 05 Oct 2006 02:07:02 -0700
parents e3e31a084b09
children e93eaf88a52a
files ChangeLog audacious/widgets/textbox.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2591]
   - make sure the PlaylistEntry has a tuple.
--- 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));