aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-12-31 16:16:55 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-12-31 16:16:55 +0100
commitc3f347af4ddf3cc52fe3d8e89a361746d1f5067d (patch)
tree298728225b31d2d04b65dc5e6fac57b6ecacec91 /lib/dvb
parent80a99b08bd6e0932a420e805d928dc5ae5b80f61 (diff)
parentfd388a500b0c45afb1668ba28758dbc1ea5631b1 (diff)
downloadenigma2-c3f347af4ddf3cc52fe3d8e89a361746d1f5067d.tar.gz
enigma2-c3f347af4ddf3cc52fe3d8e89a361746d1f5067d.zip
Merge branch 'master' into experimentalexperimental-2011.01
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/epgcache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp
index 8ac0c718..ed31903c 100644
--- a/lib/dvb/epgcache.cpp
+++ b/lib/dvb/epgcache.cpp
@@ -258,7 +258,7 @@ void eEPGCache::timeUpdated()
{
if (it->second->state == -1) {
it->second->state=0;
- messages.send(Message(Message::startChannel, it->second));
+ messages.send(Message(Message::startChannel, it->first));
}
}
} else