summaryrefslogtreecommitdiff
path: root/epghandler.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-10-30 11:24:18 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-10-30 11:24:18 +0100
commite6817415cfb958010c64f22b98f4536817223098 (patch)
tree458452b46dde769f2d46d1bdb65f076f0b685c86 /epghandler.c
parentc38e894109fb25110a6cc0123deb5eafb7bba52f (diff)
downloadvdr-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.c2
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