Mercurial > audlegacy
changeset 3422:18cffff8eaa0 trunk
using gtk_main_iteration() here is again not thread safe, removing.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 02 Sep 2007 23:52:38 -0500 |
parents | 9d6f17ceebb3 |
children | 5be4b3d1ef58 1f250eb90dfe 5e5b68053de7 |
files | src/audacious/ui_fileopener.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_fileopener.c Sun Sep 02 23:44:59 2007 -0500 +++ b/src/audacious/ui_fileopener.c Sun Sep 02 23:52:38 2007 -0500 @@ -47,12 +47,6 @@ playlist_add(playlist, filename ? filename : (const gchar *) cur->data); } - if (++ctr == 20) { - playlistwin_update_list(playlist); - ctr = 0; - while (gtk_events_pending() ) gtk_main_iteration(); - } - g_free(filename); }