[vlc-commits] commit: Qt4: fix SD search. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Sun Oct 24 19:50:51 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun Oct 24 19:50:31 2010 +0200| [91b0f5287e7f6195bafc44f6e8c96ac5ab4e2439] | committer: Rémi Duraffort
Qt4: fix SD search.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91b0f5287e7f6195bafc44f6e8c96ac5ab4e2439
---
.../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 87fd385..a3c87eb 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -188,7 +188,7 @@ void StandardPLPanel::searchDelayed( const QString& searchText )
if( type == SD_TYPE )
{
if( !name.isEmpty() && !searchText.isEmpty() )
- playlist_ServicesDiscoveryControl( THEPL, qtu( name ), SD_CMD_SEARCH );
+ playlist_ServicesDiscoveryControl( THEPL, qtu( name ), SD_CMD_SEARCH, qtu( searchText ) );
}
}
More information about the vlc-commits
mailing list