From 7025cc399e2465b3170183df185002634a40dc54 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 13 Dec 2015 10:58:10 +0100 Subject: [PATCH] Fix compilation error in issue 536 --- src/panel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panel.c b/src/panel.c index 1260858..91b9a4e 100644 --- a/src/panel.c +++ b/src/panel.c @@ -1029,7 +1029,9 @@ void default_icon_theme_changed() void default_font_changed() { +#ifdef ENABLE_BATTERY battery_default_font_changed(); +#endif clock_default_font_changed(); execp_default_font_changed(); taskbar_default_font_changed();