]> git.sesse.net Git - vlc/commit
* wx : simplify some code, remove some useless duplications
authorClément Stenac <zorglub@videolan.org>
Sun, 6 Feb 2005 12:05:43 +0000 (12:05 +0000)
committerClément Stenac <zorglub@videolan.org>
Sun, 6 Feb 2005 12:05:43 +0000 (12:05 +0000)
commit8b3d3c15aa8e7d510751a1eb1800d4429538c631
tree1779d703d8a8d9d9267a9267278109c3b219f4eb
parente23ba2420c956ede8abd22010f7d206b3303df76
* wx : simplify some code, remove some useless duplications
       hopefully prevent deadlocks

* API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.

* SAP/DAAP : Ensure that the  node gets removed on quit
* HAL : Remove the node on quit and fix f**age of the Close function
include/vlc_playlist.h
modules/gui/macosx/playlist.m
modules/gui/wxwindows/playlist.cpp
modules/gui/wxwindows/wxwindows.h
modules/services_discovery/daap.c
modules/services_discovery/hal.c
modules/services_discovery/sap.c
src/playlist/view.c