changeset 2547:8ac0dcad22e3 trunk

[svn] - changes in r4102 break jtf. disabled for now.
author yaz
date Sun, 18 Feb 2007 20:40:14 -0800
parents 9fe930a34683
children 68d1e9761cc5
files ChangeLog src/audacious/build_stamp.c src/audacious/ui_jumptotrack.c
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <yaz@cc.rim.or.jp>
   revision [4100]
   - on loading a playlist with tuple, invoke the scanner thread only if mtime is -1.
--- 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 <glib.h>
-const gchar *svn_stamp = "20070218-4100";
+const gchar *svn_stamp = "20070218-4102";
--- 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) {