Fix compilation error in issue 536
This commit is contained in:
parent
ea236e94a0
commit
7025cc399e
1 changed files with 2 additions and 0 deletions
|
@ -1029,7 +1029,9 @@ void default_icon_theme_changed()
|
||||||
|
|
||||||
void default_font_changed()
|
void default_font_changed()
|
||||||
{
|
{
|
||||||
|
#ifdef ENABLE_BATTERY
|
||||||
battery_default_font_changed();
|
battery_default_font_changed();
|
||||||
|
#endif
|
||||||
clock_default_font_changed();
|
clock_default_font_changed();
|
||||||
execp_default_font_changed();
|
execp_default_font_changed();
|
||||||
taskbar_default_font_changed();
|
taskbar_default_font_changed();
|
||||||
|
|
Loading…
Reference in a new issue