Changeset 340bf4ebd63c4d54c2f3256e13a5c742a260665b
- Timestamp:
- 20/05/07 18:17:35
(1 year ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1179677855 +0000
- git-parent:
[411185798d3384d3f5500b15b8be2befab8142aa]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1179677855 +0000
- Message:
* default enable Interface Interactions
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6a8890a |
r340bf4e |
|
| 1751 | 1751 | VLC_FALSE ); |
|---|
| 1752 | 1752 | change_need_restart(); |
|---|
| 1753 | | add_bool( "interact", VLC_FALSE, NULL, INTERACTION_TEXT, |
|---|
| | 1753 | add_bool( "interact", VLC_TRUE, NULL, INTERACTION_TEXT, |
|---|
| 1754 | 1754 | INTERACTION_LONGTEXT, VLC_FALSE ); |
|---|
| 1755 | 1755 | |
|---|