From a82a9bc60ac2b3baff6706599c7c981762f06252 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Sun, 4 May 2008 14:02:40 +0200 Subject: [PATCH] Fix a false assertion fail in the Qt4 playlist. --- modules/gui/qt4/components/playlist/sorting.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.39.2