[vlc-commits] commit: Qt4: cosmetic (Ilkka Ollakka )

git at videolan.org git at videolan.org
Sun Jun 20 12:34:01 CEST 2010


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sun Jun 20 13:19:42 2010 +0300| [f7d274eac3ccfd8751f519e19625e3bfe2084fe7] | committer: Ilkka Ollakka 

Qt4: cosmetic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7d274eac3ccfd8751f519e19625e3bfe2084fe7
---

 .../gui/qt4/components/playlist/standardpanel.cpp  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index fad33cb..37be40e 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -224,7 +224,7 @@ void StandardPLPanel::browseInto( const QModelIndex &index )
 {
     if( currentView == iconView || currentView == listView )
     {
-        currentRootIndexId = model->itemId( index );;
+        currentRootIndexId = model->itemId( index );
         currentView->setRootIndex( index );
     }
 



More information about the vlc-commits mailing list