Changeset 73c29a6a9f11299a8d2ec8c7c6fe16c67c74bba3
- Timestamp:
- 02/15/06 21:35:51
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1140035751 +0000
- git-parent:
[7da0674108a114448543693624598eee0763125f]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1140035751 +0000
- Message:
Typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5423c65 |
r73c29a6 |
|
| 136 | 136 | if( p_playlist ) |
|---|
| 137 | 137 | { |
|---|
| 138 | | var_DellCallback( p_playlist, "playlist-current", ItemChange, p_intf ); |
|---|
| | 138 | var_DelCallback( p_playlist, "playlist-current", ItemChange, p_intf ); |
|---|
| 139 | 139 | } |
|---|
| 140 | 140 | |
|---|