diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-30 11:24:18 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-30 11:24:18 +0100 |
commit | e6817415cfb958010c64f22b98f4536817223098 (patch) | |
tree | 458452b46dde769f2d46d1bdb65f076f0b685c86 /epghandler.c | |
parent | c38e894109fb25110a6cc0123deb5eafb7bba52f (diff) | |
download | vdr-plugin-eepg-e6817415cfb958010c64f22b98f4536817223098.tar.gz vdr-plugin-eepg-e6817415cfb958010c64f22b98f4536817223098.tar.bz2 |
add separators in setup menu
change charset export logic
change thread times
Diffstat (limited to 'epghandler.c')
-rw-r--r-- | epghandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epghandler.c b/epghandler.c index 4e7ab30..5bfabf1 100644 --- a/epghandler.c +++ b/epghandler.c @@ -163,7 +163,7 @@ bool cEEpgHandler::HandleEvent(cEvent* Event) { if (equivHandler->getEquiChanMap().count(*Event->ChannelID().ToString()) <= 0) return true; - //if (modified) + if (modified) equivHandler->updateEquivalent(Event->ChannelID(), Event); //TODO just to see the difference |