Changeset 270299d207e9ec19a686ccfe9d09bce60ef0eabb
- Timestamp:
- 04/01/07 15:30:10
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1167921010 +0000
- git-parent:
[e85b2e835fdcbc1297048f6b3aff1a55412d4ba0]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1167921010 +0000
- Message:
Match file:// with the directory plugin as any browser does.
Fixes opening of directories.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r496a542 |
r270299d |
|
| 95 | 95 | add_shortcut( "directory" ); |
|---|
| 96 | 96 | add_shortcut( "dir" ); |
|---|
| | 97 | add_shortcut( "file" ); |
|---|
| 97 | 98 | add_string( "recursive", "expand" , NULL, RECURSIVE_TEXT, |
|---|
| 98 | 99 | RECURSIVE_LONGTEXT, VLC_FALSE ); |
|---|