Changeset a82a9bc60ac2b3baff6706599c7c981762f06252
- Timestamp:
- 05/04/08 14:02:48
(2 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1209902568 +0200
- git-parent:
[99ba0547f4fa6b89b1031a99f0f46045d49b50dc]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1209902560 +0200
- Message:
Fix a false assertion fail in the Qt4 playlist.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bc28ee |
ra82a9bc |
|
| 34 | 34 | COLUMN_DESCRIPTION = 0x0080, |
|---|
| 35 | 35 | |
|---|
| 36 | | /* Add new entries here */ |
|---|
| | 36 | /* Add new entries here and update the COLUMN_END value*/ |
|---|
| 37 | 37 | |
|---|
| 38 | | COLUMN_END |
|---|
| | 38 | COLUMN_END = 0x0100 |
|---|
| 39 | 39 | }; |
|---|
| 40 | 40 | |
|---|