Be sure to write any font changes to e_config so they remain set on a restart.

SVN revision: 28111
This commit is contained in:
Christopher Michael 2007-01-23 19:53:05 +00:00
parent c155d4edf0
commit 60c0472a17
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
} }
e_font_apply(); e_font_apply();
e_config_save_queue();
return 1; return 1;
} }