Changeset d1167c2159423c880982d663242a34aa20805419

Show
Ignore:
Timestamp:
23/09/07 21:43:02 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190576582 +0000
git-parent:

[0faa56acde4baeefded37cb44b99addb9c37a314]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190576582 +0000
Message:

Mark playlist-enqueue as non-saveable - refs #869

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    r397b820 rd1167c2  
    17801780    add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, 
    17811781              PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); 
     1782        change_unsaveable(); 
    17821783#endif 
    17831784 
     
    17941795    add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, 
    17951796              PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); 
     1797        change_unsaveable(); 
    17961798    add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT, 
    17971799              HPRIORITY_LONGTEXT, VLC_FALSE );