X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fpda%2Fpda.c;h=8a00c5d76761cb04afd12f2d78718bfe02b9925f;hb=ba6501f3084682844e7ee87bad3986bced5f3652;hp=5776b67fe5f474a029bd13c9ff9c884332230d03;hpb=7060dbb9a2337bbe05e2be96a22a5282c722d2a7;p=vlc diff --git a/modules/gui/pda/pda.c b/modules/gui/pda/pda.c index 5776b67fe5..8a00c5d767 100644 --- a/modules/gui/pda/pda.c +++ b/modules/gui/pda/pda.c @@ -289,7 +289,7 @@ static void Run( intf_thread_t *p_intf ) gtk_tree_view_column_set_sort_column_id(p_column, 2); #endif /* update the playlist */ - p_playlist = pl_Yield( p_intf ); + p_playlist = pl_Hold( p_intf ); p_playlist_store = gtk_list_store_new (3, G_TYPE_STRING, /* Filename */ G_TYPE_STRING, /* Time */ @@ -428,7 +428,7 @@ static int Manage( intf_thread_t *p_intf ) p_intf->p_sys->b_playing = 1; /* update playlist interface */ - p_playlist = pl_Yield( p_intf ); + p_playlist = pl_Hold( p_intf ); if (p_playlist != NULL) { p_liststore = gtk_list_store_new (3,