font_set should be copied when forking the config

we don't want to change the font whenever the config is forked!
This commit is contained in:
Boris Faure 2014-09-14 22:29:25 +02:00
parent d53c4c5742
commit c312797e4e
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ config_fork(Config *config)
CPY(mouse_over_focus);
CPY(temporary);
SCPY(config_key);
CPY(font_set);
EINA_LIST_FOREACH(config->keys, l, key)
{