From f58fa6016b826a1e6dce4081862cfa291c54c883 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 5 May 2019 14:14:34 +0200 Subject: [PATCH] Infoclock: add missing item name needed for thread name --- src/gui/infoclock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/infoclock.cpp b/src/gui/infoclock.cpp index fd4457b84..42ed4a816 100644 --- a/src/gui/infoclock.cpp +++ b/src/gui/infoclock.cpp @@ -54,6 +54,7 @@ CInfoClock* CInfoClock::getInstance() void CInfoClock::initCCLockItems() { paint_bg = g_settings.infoClockBackground; + cc_item_type.name = "info_clock"; //use current theme colors setColorAll(COL_FRAME_PLUS_0, COL_MENUCONTENT_PLUS_0, COL_SHADOW_PLUS_0);