diff options
author | Boris Faure <billiob@gmail.com> | 2015-04-26 18:03:53 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-04-26 18:04:50 +0200 |
commit | 6234a290eb1500ee48e10be8ce5c5668a002af39 (patch) | |
tree | 0f6a19281b12186fd526edbd65b234a69daf7374 /src | |
parent | da0a6284cd70ffcab208049e1cae7c06ce857289 (diff) |
config: copy "not in eet" info in config_fork(). Fixes "font reset" binding
Ref: #18
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/config.c b/src/bin/config.c index 34f0b66..1a1374a 100644 --- a/src/bin/config.c +++ b/src/bin/config.c | |||
@@ -581,6 +581,9 @@ config_fork(Config *config) | |||
581 | SCPY(font.name); | 581 | SCPY(font.name); |
582 | CPY(font.size); | 582 | CPY(font.size); |
583 | CPY(font.bitmap); | 583 | CPY(font.bitmap); |
584 | SCPY(font.orig_name); | ||
585 | CPY(font.orig_size); | ||
586 | CPY(font.orig_bitmap); | ||
584 | SCPY(helper.email); | 587 | SCPY(helper.email); |
585 | SCPY(helper.url.general); | 588 | SCPY(helper.url.general); |
586 | SCPY(helper.url.video); | 589 | SCPY(helper.url.video); |