neutrino.cpp: fix random channelsInit, init g_channel_list_changed variable

Origin commit data
------------------
Commit: abdf3f0993
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-25 (Wed, 25 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-25 17:44:09 +04:00
parent 76520dcda0
commit 4984b66923

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));
}