From ce30909e703ffb02eba8c5afccf28c1110e1d1f7 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 12 Jun 2023 00:31:33 +0200 Subject: [PATCH] Apply last commit to themes as well --- libs/theme/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/theme/theme.c b/libs/theme/theme.c index f4896fb..9bf7aa9 100644 --- a/libs/theme/theme.c +++ b/libs/theme/theme.c @@ -394,7 +394,7 @@ void theme_load(void) { // look up config_setting_lookup_int(conf, "width", &imagewidth); // theme.image.width config_setting_lookup_int(conf, "height", &imageheight); // theme.image.height - config_setting_lookup_int(conf, "gaps", &imageheight); // theme.image.gaps + config_setting_lookup_int(conf, "gaps", &imagegaps); // theme.image.gaps config_setting_lookup_int(conf, "position", &imageposition); // theme.image.position } }