Changeset a82a9bc60ac2b3baff6706599c7c981762f06252

Show
Ignore:
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
  • modules/gui/qt4/components/playlist/sorting.h

    r7bc28ee ra82a9bc  
    3434    COLUMN_DESCRIPTION  = 0x0080, 
    3535 
    36     /* Add new entries here */ 
     36    /* Add new entries here and update the COLUMN_END value*/ 
    3737 
    38     COLUMN_END 
     38    COLUMN_END          = 0x0100 
    3939}; 
    4040