From: RĂ©mi Duraffort Date: Tue, 26 Feb 2008 22:34:19 +0000 (+0000) Subject: Fix a little bug with the playlist interface (items swaped) X-Git-Tag: 0.9.0-test0~2471 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e61cd9b76b9c39ca09c41f95bd3fc7dce9a49585;p=vlc Fix a little bug with the playlist interface (items swaped) --- diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index 8593804dfb..aa57a9c920 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -275,13 +275,13 @@ void StandardPLPanel::popupSelectColumn( QPoint pos ) CONNECT( ContextUpdateMapper, mapped( int ), model, viewchanged( int ) ); ADD_META_ACTION( TITLE ); - ADD_META_ACTION( ARTIST ); ADD_META_ACTION( DURATION ); - ADD_META_ACTION( COLLECTION ); + ADD_META_ACTION( ARTIST ); ADD_META_ACTION( GENRE ); + ADD_META_ACTION( COLLECTION ); ADD_META_ACTION( SEQ_NUM ); - ADD_META_ACTION( RATING ); ADD_META_ACTION( DESCRIPTION ); + ADD_META_ACTION( RATING ); #undef ADD_META_ACTION