]> git.sesse.net Git - vlc/commitdiff
Mark playlist-enqueue as non-saveable - refs #869
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 19:43:02 +0000 (19:43 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 19:43:02 +0000 (19:43 +0000)
src/libvlc-module.c

index 3e6560299ee6bb34928ef32dbd42bf9804826591..1e59c0a4bffea32d8e9f51eb90311bab403131d3 100644 (file)
@@ -1779,6 +1779,7 @@ vlc_module_begin();
               ONEINSTANCE_DBUS_LONGTEXT, VLC_TRUE );
     add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
               PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
+        change_unsaveable();
 #endif
 
 #if defined(WIN32)
@@ -1793,6 +1794,7 @@ vlc_module_begin();
               ONEINSTANCEWHENSTARTEDFROMFILE_LONGTEXT, VLC_TRUE );
     add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
               PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
+        change_unsaveable();
     add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT,
               HPRIORITY_LONGTEXT, VLC_FALSE );
         change_need_restart();