* minor consistency changes
This commit is contained in:
parent
caee4597e5
commit
0ab66bd9e5
|
@ -300,7 +300,7 @@ public class GridController extends CPanel
|
|||
init();
|
||||
else
|
||||
{
|
||||
if (Boolean.valueOf(Ini.getProperty(Ini.P_LOAD_TAB_META_DATA_BG)).booleanValue())
|
||||
if (Ini.isPropertyBool(Ini.P_LOAD_TAB_META_DATA_BG))
|
||||
m_mTab.initTab(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue