]> git.sesse.net Git - vlc/commitdiff
Qt: no need to clear playlist search twice
authorJakob Leben <jleben@videolan.org>
Wed, 24 Feb 2010 18:04:08 +0000 (19:04 +0100)
committerJakob Leben <jleben@videolan.org>
Wed, 24 Feb 2010 18:04:08 +0000 (19:04 +0100)
modules/gui/qt4/components/playlist/standardpanel.cpp

index bc4a001bc296b8c86a2d946af346d8e01319269e..fbf38e31ee5a166026ae38cf92ae2400f34b2355 100644 (file)
@@ -223,7 +223,6 @@ void StandardPLPanel::browseInto( const QModelIndex &index )
     }
 
     locationBar->setIndex( index );
-    model->search( QString(), index, false );
     searchEdit->clear();
 }