Changeset 229c8f90e7c004f641140ff50f30ad0716ffa18e
- Timestamp:
- 06/29/08 00:37:29
(2 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1214692649 +0200
- git-parent:
[6b7540a5c18cdf46db2e21f4198ab2d2d14677e9]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1214692649 +0200
- Message:
*cough*
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6b7540a |
r229c8f9 |
|
| 1237 | 1237 | var_AddCallback( p_playlist, "item-deleted", PlaylistChanged, self ); |
|---|
| 1238 | 1238 | |
|---|
| 1239 | | // vlc_value_t val; |
|---|
| 1240 | | // var_Change( p_playlist, "playlist-current", VLC_VAR_CHOICESCOUNT, &val, NULL ); |
|---|
| 1241 | | |
|---|
| 1242 | 1239 | vlc_object_release( p_playlist ); |
|---|
| 1243 | 1240 | |
|---|