Changeset d1167c2159423c880982d663242a34aa20805419
- 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
| r397b820 |
rd1167c2 |
|
| 1780 | 1780 | add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, |
|---|
| 1781 | 1781 | PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); |
|---|
| | 1782 | change_unsaveable(); |
|---|
| 1782 | 1783 | #endif |
|---|
| 1783 | 1784 | |
|---|
| … | … | |
| 1794 | 1795 | add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT, |
|---|
| 1795 | 1796 | PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE ); |
|---|
| | 1797 | change_unsaveable(); |
|---|
| 1796 | 1798 | add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT, |
|---|
| 1797 | 1799 | HPRIORITY_LONGTEXT, VLC_FALSE ); |
|---|