Commit db4506a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Preferences: checkboxes in ModuleList are shown if saved ;) Spotted by atmo.

parent 5a6d682c
......@@ -612,6 +612,9 @@ ModuleListConfigControl::~ModuleListConfigControl()
\
cbl->psz_module = strdup( module_GetObjName( p_parser ) ); \
modules.push_back( cbl ); \
\
if( p_item->value.psz && strstr( p_item->value.psz, cbl->psz_module ) ) \
cbl->checkBox->setChecked( true ); \
}
......
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