* minor consistency changes

This commit is contained in:
Heng Sin Low 2007-02-21 14:50:49 +00:00
parent caee4597e5
commit 0ab66bd9e5
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public class GridController extends CPanel
init(); init();
else 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); m_mTab.initTab(true);
} }