diff --git a/src/gui/components/cc_frm_header.cpp b/src/gui/components/cc_frm_header.cpp index 9deb22ae4..4ae9a7b25 100644 --- a/src/gui/components/cc_frm_header.cpp +++ b/src/gui/components/cc_frm_header.cpp @@ -308,7 +308,7 @@ void CComponentsHeader::initLogo() * FIXME: Workaround to fix next item in case of wrong order of items. */ if (next_item){ - if (next_item->getItemType() == CC_ITEMTYPE_FRM_ICONFORM) + if (next_item->getItemType() == CC_ITEMTYPE_FRM_ICONFORM){ /* either clock is present * or in chanellist edit mode * possible button */ @@ -316,6 +316,7 @@ void CComponentsHeader::initLogo() next_item = cch_cl_obj; else next_item = cch_btn_obj; + } } /*