Changeset f7721834b5facf0de50f161bc6570ec1026a7036
- Timestamp:
- 05/08/08 22:51:26
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210279886 +0200
- git-parent:
[923e80b5c2a7372b98cbee47c01a078cfab1904c]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210279886 +0200
- Message:
ncurses: restore hierarchical view
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r923e80b |
rf772183 |
|
| 2251 | 2251 | case VIEW_CATEGORY: |
|---|
| 2252 | 2252 | p_item = p_playlist->p_root_category; |
|---|
| | 2253 | break; |
|---|
| 2253 | 2254 | default: |
|---|
| 2254 | 2255 | p_item = p_playlist->p_root_onelevel; |
|---|