[vlc-devel] commit: Qt: no need to clear playlist search twice	(Jakob Leben )
    git version control 
    git at videolan.org
       
    Wed Feb 24 19:07:53 CET 2010
    
    
  
vlc | branch: master | Jakob Leben <jleben at videolan.org> | Wed Feb 24 19:04:08 2010 +0100| [47ed26270dbef9d9414b42ea96b676f170740f6b] | committer: Jakob Leben 
Qt: no need to clear playlist search twice
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=47ed26270dbef9d9414b42ea96b676f170740f6b
---
 .../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 bc4a001..fbf38e3 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -223,7 +223,6 @@ void StandardPLPanel::browseInto( const QModelIndex &index )
     }
 
     locationBar->setIndex( index );
-    model->search( QString(), index, false );
     searchEdit->clear();
 }
 
    
    
More information about the vlc-devel
mailing list