some inits

This commit is contained in:
Jacek Jendrzej
2017-01-30 19:04:17 +01:00
parent f4f351e9ba
commit 0056a53321
3 changed files with 3 additions and 1 deletions

View File

@@ -387,6 +387,7 @@ CComponentsChannelLogo::CComponentsChannelLogo( const int &x_pos, const int &y_p
void CComponentsChannelLogo::init(const uint64_t& channelId, const std::string& channelName, bool allow_scale)
{
channel_name = "";
channel_id = 0;
alt_pic_name = "";
setChannel(channelId, channelName);
do_scale = allow_scale;