Commit 5659ac89 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: find skins interface by name

parent 491dd423
...@@ -894,7 +894,7 @@ void QVLCMenu::PopupMenu( intf_thread_t *p_intf, bool show ) ...@@ -894,7 +894,7 @@ void QVLCMenu::PopupMenu( intf_thread_t *p_intf, bool show )
objects.clear(); objects.clear();
varnames.clear(); varnames.clear();
vlc_object_t *p_object = ( vlc_object_t* ) vlc_object_t *p_object = ( vlc_object_t* )
vlc_object_find( p_intf, VLC_OBJECT_INTF, FIND_PARENT ); vlc_object_find_name( p_intf, "skins2", FIND_PARENT );
if( p_object ) if( p_object )
{ {
objects.push_back( p_object ); objects.push_back( p_object );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment