diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-02-13 00:09:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-02-13 00:09:19 +0000 |
| commit | e677ac4a7bf81391877c909a703e5918ce4a511b (patch) | |
| tree | 4944b7cf6c8b6f1715d642fc0dd2f2b3e2b849d5 /lib/dvb/pmt.cpp | |
| parent | d7d291938c45893e28715fb12ae5b83d334084e9 (diff) | |
| download | enigma2-e677ac4a7bf81391877c909a703e5918ce4a511b.tar.gz enigma2-e677ac4a7bf81391877c909a703e5918ce4a511b.zip | |
- started work on EIT
- added "pcore", the navigation core for python
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 292012e1..8c4388a4 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -24,6 +24,8 @@ void eDVBServicePMTHandler::channelStateChanged(iDVBChannel *channel) if (m_channel->getDemux(m_demux)) eDebug("shit it failed.. again."); + serviceEvent(eventTuned); + if (m_demux) { eDebug("ok ... now we start!!"); |
