[vlc-commits] commit: Mark bookmarks() as safe (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Aug 19 23:54:11 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug  2 18:06:17 2010 +0200| [5ceaa5d2781f9a91c60428c3d2eb7e8f52c0497d] | committer: Rémi Denis-Courmont 

Mark bookmarks() as safe

It isn't dangerous, helps people that use those features in playlists,
although those playlists are VLC-specific
(cherry picked from commit 3310dccd85dbe3c0ba8048c5236507c91d8a0e29)

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=5ceaa5d2781f9a91c60428c3d2eb7e8f52c0497d
---

 src/libvlc-module.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 445a77e..f407344 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1851,6 +1851,7 @@ vlc_module_begin ()
 
     add_string( "bookmarks", NULL, NULL,
                  BOOKMARKS_TEXT, BOOKMARKS_LONGTEXT, true )
+        change_safe ()
 
     set_section( N_( "Default devices") , NULL )
 



More information about the vlc-commits mailing list