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 8ac0c7188c1728203f7fe25a49cb70539af74ca0..ed31903cea67ff11615986f92fed4556ee471718 100644 (file)
@@ -258,7 +258,7 @@ void eEPGCache::timeUpdated()
                        {
                                if (it->second->state == -1) {
                                        it->second->state=0;
                        {
                                if (it->second->state == -1) {
                                        it->second->state=0;
-                                       messages.send(Message(Message::startChannel, it->second));
+                                       messages.send(Message(Message::startChannel, it->first));
                                }
                        }
                } else
                                }
                        }
                } else