From: Jean-Baptiste Kempf Date: Mon, 2 Aug 2010 16:06:17 +0000 (+0200) Subject: Mark bookmarks() as safe X-Git-Tag: 1.2.0-pre1~5587 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3310dccd85dbe3c0ba8048c5236507c91d8a0e29;hp=0509552d93734a8ac97e1ad953fc70aa1c9b2f6a;p=vlc Mark bookmarks() as safe It isn't dangerous, helps people that use those features in playlists, although those playlists are VLC-specific --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index de04ee2dc7..e786ba7a3a 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1855,6 +1855,7 @@ vlc_module_begin () add_string( "bookmarks", NULL, NULL, BOOKMARKS_TEXT, BOOKMARKS_LONGTEXT, true ) + change_safe () set_section( N_( "Default devices") , NULL )