]> git.sesse.net Git - vlc/commit
Fix problem in playlist update code.
authorClément Stenac <zorglub@videolan.org>
Tue, 24 Feb 2004 18:19:44 +0000 (18:19 +0000)
committerClément Stenac <zorglub@videolan.org>
Tue, 24 Feb 2004 18:19:44 +0000 (18:19 +0000)
commit69ddcc65581fa33ebaed987a5b47a3f6db9121db
treeb5c76ded6c2e55259451dec273ec78177766a373
parent1a80973eef779334b36bf71c102b51e883871dc8
Fix problem in playlist update code.

Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
replace it bhy "ProcessEvent" (the playlist update is processed
immediately in the callback, but it is only the update of one item, so
it should not be a problem)
modules/gui/wxwindows/playlist.cpp