mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CComponentsWindow: fix missing init of footer
This commit is contained in:
@@ -51,8 +51,7 @@ CComponentsWindow::CComponentsWindow(const std::string& caption, const char* ico
|
|||||||
ccw_caption = caption;
|
ccw_caption = caption;
|
||||||
ccw_icon_name = iconname;
|
ccw_icon_name = iconname;
|
||||||
|
|
||||||
initHeader();
|
initCCWItems();
|
||||||
initBody();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CComponentsWindow::CComponentsWindow(neutrino_locale_t locale_caption, const char* iconname)
|
CComponentsWindow::CComponentsWindow(neutrino_locale_t locale_caption, const char* iconname)
|
||||||
|
Reference in New Issue
Block a user