Commit 67c3e67a authored by Olivier Teulière's avatar Olivier Teulière

* modules/gui/win32/preferences.cpp: added a forgotten initialization

parent ba57d25b
...@@ -194,6 +194,8 @@ void __fastcall TGroupBoxPlugin::ListViewSelectItem( TObject *Sender, ...@@ -194,6 +194,8 @@ void __fastcall TGroupBoxPlugin::ListViewSelectItem( TObject *Sender,
} }
/* look for module 'Name' */ /* look for module 'Name' */
p_list = vlc_list_find( p_intfGlobal, VLC_OBJECT_MODULE, FIND_ANYWHERE );
for( pp_parser = (module_t **)p_list->pp_objects ; for( pp_parser = (module_t **)p_list->pp_objects ;
*pp_parser ; *pp_parser ;
pp_parser++ ) pp_parser++ )
......
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