Mercurial > audlegacy
changeset 2627:4c069ce61053 trunk
[svn] - performance is better without r4270.
author | nenolod |
---|---|
date | Fri, 16 Mar 2007 19:07:19 -0700 |
parents | 904f52140910 |
children | 85acf3f98ed0 |
files | ChangeLog src/audacious/build_stamp.c src/audacious/ui_jumptotrack.c |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 16 18:44:03 2007 -0700 +++ b/ChangeLog Fri Mar 16 19:07:19 2007 -0700 @@ -1,3 +1,11 @@ +2007-03-17 01:44:03 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4270] + - run gtkevents while populating the list. + + trunk/src/audacious/ui_jumptotrack.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-03-17 01:11:57 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4268] - update pl.po, closes #839.
--- a/src/audacious/build_stamp.c Fri Mar 16 18:44:03 2007 -0700 +++ b/src/audacious/build_stamp.c Fri Mar 16 19:07:19 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070317-4268"; +const gchar *svn_stamp = "20070317-4270";
--- a/src/audacious/ui_jumptotrack.c Fri Mar 16 18:44:03 2007 -0700 +++ b/src/audacious/ui_jumptotrack.c Fri Mar 16 19:07:19 2007 -0700 @@ -347,8 +347,6 @@ const gchar *title; gchar *filename = NULL; - while (gtk_events_pending()) gtk_main_iteration(); - title = entry->title; if (!title) { filename = str_to_utf8(entry->filename);