[vlc-commits] commit: Qt: correctly restore the ColumnID in the playlist. ( Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Tue Mar 30 16:42:50 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 30 16:42:34 2010 +0200| [46415abcf1f23d552a081a8d88a3c238e9d00962] | committer: Jean-Baptiste Kempf
Qt: correctly restore the ColumnID in the playlist.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46415abcf1f23d552a081a8d88a3c238e9d00962
---
.../gui/qt4/components/playlist/standardpanel.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 1cef8f4..8299ced 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -311,7 +311,6 @@ void StandardPLPanel::createTreeView()
/* setModel after setSortingEnabled(true), or the model will sort immediately! */
treeView->setModel( model );
- getSettings()->beginGroup("Playlist");
if( getSettings()->contains( "headerStateV2" ) )
{
treeView->header()->restoreState(
More information about the vlc-commits
mailing list