]> git.sesse.net Git - vlc/commitdiff
Mark bookmarks() as safe
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Aug 2010 16:06:17 +0000 (18:06 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Aug 2010 16:23:35 +0000 (18:23 +0200)
It isn't dangerous, helps people that use those features in playlists,
although those playlists are VLC-specific

src/libvlc-module.c

index de04ee2dc7190e0e303404f2bfedc1684a09de1e..e786ba7a3a29c83472be8f2f4d21f785af22147f 100644 (file)
@@ -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 )