Mercurial > audlegacy
changeset 2626:904f52140910 trunk
[svn] - run gtkevents while populating the list.
author | nenolod |
---|---|
date | Fri, 16 Mar 2007 18:44:03 -0700 |
parents | c33d545fc024 |
children | 4c069ce61053 |
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 Fri Mar 16 18:11:57 2007 -0700 +++ b/ChangeLog Fri Mar 16 18:44:03 2007 -0700 @@ -1,3 +1,11 @@ +2007-03-17 01:11:57 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4268] + - update pl.po, closes #839. + + trunk/po/pl.po | 138 +++++++++++++++++++++------------------------------------ + 1 file changed, 51 insertions(+), 87 deletions(-) + + 2007-03-16 07:25:44 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4260] - [security, backport to 1.3] fix improper comparisons of hashtables used by the plugin loader.
--- a/src/audacious/build_stamp.c Fri Mar 16 18:11:57 2007 -0700 +++ b/src/audacious/build_stamp.c Fri Mar 16 18:44:03 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070316-4260"; +const gchar *svn_stamp = "20070317-4268";
--- a/src/audacious/ui_jumptotrack.c Fri Mar 16 18:11:57 2007 -0700 +++ b/src/audacious/ui_jumptotrack.c Fri Mar 16 18:44:03 2007 -0700 @@ -347,7 +347,7 @@ const gchar *title; gchar *filename = NULL; -// g_main_context_iteration(g_main_context_default(), FALSE); + while (gtk_events_pending()) gtk_main_iteration(); title = entry->title; if (!title) {