Mercurial > audlegacy
changeset 4879:012b478a282f
First step in fixing hang-ups when playing a CD.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Sun, 03 May 2009 20:44:00 -0400 |
parents | a3cf163c772b |
children | 1127ed19b368 |
files | src/audlegacy/auddrct.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audlegacy/auddrct.c Sun May 03 08:28:50 2009 -0400 +++ b/src/audlegacy/auddrct.c Sun May 03 20:44:00 2009 -0400 @@ -361,9 +361,7 @@ void drct_pl_delete ( gint pos ) { - GDK_THREADS_ENTER(); playlist_delete_index(playlist_get_active(), pos); - GDK_THREADS_LEAVE(); } void @@ -389,9 +387,7 @@ void drct_pl_add_url_string( gchar * string ) { - GDK_THREADS_ENTER(); playlist_add_url(playlist_get_active(), string); - GDK_THREADS_LEAVE(); } void