From: RĂ©mi Duraffort Date: Sun, 4 May 2008 12:02:40 +0000 (+0200) Subject: Fix a false assertion fail in the Qt4 playlist. X-Git-Tag: 0.9.0-test0~1196 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a82a9bc60ac2b3baff6706599c7c981762f06252;p=vlc Fix a false assertion fail in the Qt4 playlist. --- diff --git a/modules/gui/qt4/components/playlist/sorting.h b/modules/gui/qt4/components/playlist/sorting.h index e4917802c5..d226040045 100644 --- a/modules/gui/qt4/components/playlist/sorting.h +++ b/modules/gui/qt4/components/playlist/sorting.h @@ -33,9 +33,9 @@ enum COLUMN_TRACK_NUMBER = 0x0040, COLUMN_DESCRIPTION = 0x0080, - /* Add new entries here */ + /* Add new entries here and update the COLUMN_END value*/ - COLUMN_END + COLUMN_END = 0x0100 }; /* Return the title of a column */