neutrino.cpp: fix random channelsInit, init g_channel_list_changed variable

This commit is contained in:
[CST] Focus
2012-04-25 17:44:09 +04:00
parent 117138612f
commit abdf3f0993

View File

@@ -236,6 +236,7 @@ CNeutrinoApp::CNeutrinoApp()
skipShutdownTimer = false;
current_muted = 0;
recordingstatus = 0;
g_channel_list_changed = 0;
memset(&font, 0, sizeof(neutrino_font_descr_struct));
}