# HG changeset patch # User yaz # Date 1171860014 28800 # Node ID 8ac0dcad22e30b8506cd1112c3223209a9260cf0 # Parent 9fe930a34683c4220f2c653a1107784a66b94f2d [svn] - changes in r4102 break jtf. disabled for now. diff -r 9fe930a34683 -r 8ac0dcad22e3 ChangeLog --- a/ChangeLog Sun Feb 18 07:24:13 2007 -0800 +++ b/ChangeLog Sun Feb 18 20:40:14 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-18 15:24:13 +0000 William Pitcock + revision [4102] + - run gtk events while iterating through the playlist + + trunk/src/audacious/ui_jumptotrack.c | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + + 2007-02-18 03:59:01 +0000 Yoshiki Yazawa revision [4100] - on loading a playlist with tuple, invoke the scanner thread only if mtime is -1. diff -r 9fe930a34683 -r 8ac0dcad22e3 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sun Feb 18 07:24:13 2007 -0800 +++ b/src/audacious/build_stamp.c Sun Feb 18 20:40:14 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070218-4100"; +const gchar *svn_stamp = "20070218-4102"; diff -r 9fe930a34683 -r 8ac0dcad22e3 src/audacious/ui_jumptotrack.c --- a/src/audacious/ui_jumptotrack.c Sun Feb 18 07:24:13 2007 -0800 +++ b/src/audacious/ui_jumptotrack.c Sun Feb 18 20:40:14 2007 -0800 @@ -347,7 +347,7 @@ const gchar *title; gchar *filename = NULL; - g_main_context_iteration(g_main_context_default(), FALSE); +// g_main_context_iteration(g_main_context_default(), FALSE); title = entry->title; if (!title) {