mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsHeader: add missing init of icon
This commit is contained in:
@@ -177,6 +177,7 @@ void CComponentsHeader::setIcon(const char* icon_name)
|
|||||||
void CComponentsHeader::setIcon(const std::string& icon_name)
|
void CComponentsHeader::setIcon(const std::string& icon_name)
|
||||||
{
|
{
|
||||||
cch_icon_name = icon_name;
|
cch_icon_name = icon_name;
|
||||||
|
initIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CComponentsHeader::initIcon()
|
void CComponentsHeader::initIcon()
|
||||||
|
Reference in New Issue
Block a user