From: Ilkka Ollakka Date: Sun, 20 Jun 2010 10:19:42 +0000 (+0300) Subject: Qt4: cosmetic X-Git-Tag: 1.2.0-pre1~6110 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f7d274eac3ccfd8751f519e19625e3bfe2084fe7;p=vlc Qt4: cosmetic --- diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index fad33cbfff..37be40edfa 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 ); }