epgcache.cpp: typo fixed
authorghost <andreas.monzner@multimedia-labs.de>
Fri, 31 Dec 2010 15:16:21 +0000 (16:16 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Fri, 31 Dec 2010 15:16:21 +0000 (16:16 +0100)
lib/dvb/epgcache.cpp

index 8ac0c71..ed31903 100644 (file)
@@ -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