]> git.sesse.net Git - vlc/commitdiff
Qt4: cosmetic
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 20 Jun 2010 10:19:42 +0000 (13:19 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 20 Jun 2010 10:33:46 +0000 (13:33 +0300)
modules/gui/qt4/components/playlist/standardpanel.cpp

index fad33cbfff67db2b424c3bbae3ab7b8d8f85f2b7..37be40edfac54e2e898a7f8b777942dc61ff7645 100644 (file)
@@ -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 );
     }