Do not enable Titlebar font class by default on new configs. This overrides

any titlbar font set in a theme.


SVN revision: 33085
This commit is contained in:
Christopher Michael 2007-12-10 23:55:09 +00:00
parent 0740156d70
commit 4b690ff9aa
1 changed files with 0 additions and 1 deletions

View File

@ -835,7 +835,6 @@ e_config_init(void)
e_config->font_defaults = evas_list_append(e_config->font_defaults, efd)
CFG_FONTDEFAULT("default", "Vera", 10);
CFG_FONTDEFAULT("title_bar", "Vera", 10);
}
{
E_Config_Theme *et;