zapit/src/zapit.cpp: after scan, send EVT_SERVICES_CHANGED before zap

Origin commit data
------------------
Commit: 0c846d91b9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
This commit is contained in:
[CST] Focus
2012-05-24 14:32:42 +04:00
parent 63d2bccdf1
commit 2f8ab5145f

View File

@@ -1000,9 +1000,9 @@ bool CZapit::ParseCommand(CBasicMessage::Header &rmsg, int connfd)
SendCmdReady(connfd);
#endif
DBG("[zapit] sending EVT_SERVICES_CHANGED\n");
SendEvent(CZapitClient::EVT_SERVICES_CHANGED);
live_fe->setTsidOnid(0);
ZapIt(live_channel_id, current_is_nvod);
SendEvent(CZapitClient::EVT_SERVICES_CHANGED);
//SendEvent(CZapitClient::EVT_BOUQUETS_CHANGED);
break;
}