[vlc-devel] commit: Fix a false assertion fail in the Qt4 playlist. ( Rémi Duraffort )
git version control
git at videolan.org
Sun May 4 14:00:54 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun May 4 14:02:40 2008 +0200| [a82a9bc60ac2b3baff6706599c7c981762f06252]
Fix a false assertion fail in the Qt4 playlist.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a82a9bc60ac2b3baff6706599c7c981762f06252
---
modules/gui/qt4/components/playlist/sorting.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/sorting.h b/modules/gui/qt4/components/playlist/sorting.h
index e491780..d226040 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 */
More information about the vlc-devel
mailing list