mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- bouquetlist: fix initialisation of empty sting
This commit is contained in:
@@ -690,7 +690,7 @@ void CBouquetList::paintItem(int pos)
|
||||
|
||||
void CBouquetList::paintHead()
|
||||
{
|
||||
std::string icon = "";
|
||||
std::string icon("");
|
||||
CComponentsHeader header(x, y, width, theight, name, icon, CComponentsHeader::CC_BTN_LEFT | CComponentsHeader::CC_BTN_RIGHT | CComponentsHeader::CC_BTN_MENU);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
Reference in New Issue
Block a user