]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/extended_panels.cpp
- Remove config_FindModule as module_Find nowadays does the same thing
[vlc] / modules / gui / qt4 / components / extended_panels.cpp
index 6adc33390761401128631a440a93a5fa037a1481..349ed29c5ea5514de475ced87e4e7bca961c055c 100644 (file)
@@ -212,7 +212,7 @@ void ExtVideo::ChangeVFiltersString( char *psz_name, vlc_bool_t b_add )
 
     /* Please leave p_libvlc_global. This is where cached modules are
      * stored. We're not trying to find a module instance. */
-    module_t *p_obj = module_FindName( p_intf, psz_name );
+    module_t *p_obj = module_Find( p_intf, psz_name );
     if( !p_obj )
     {
         msg_Err( p_intf, "Unable to find filter module \"%s\n.", psz_name );