summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-03-09 22:04:11 +0100
committerDimitar Petrovski <dimeptr@gmail.com>2012-03-09 22:04:11 +0100
commitb24e6091e88ea015bd6296a091504902ddb4b396 (patch)
tree7df532a836af6fce65d1ed1f47394e482c7ec6fc /eepg.c
parentf5cd47b2193b7be1c87256293978964b3b5ca6a5 (diff)
downloadvdr-plugin-eepg-b24e6091e88ea015bd6296a091504902ddb4b396.tar.gz
vdr-plugin-eepg-b24e6091e88ea015bd6296a091504902ddb4b396.tar.bz2
sort schedule after update
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index 76f3746..b478870 100644
--- a/eepg.c
+++ b/eepg.c
@@ -3006,6 +3006,8 @@ void cEIT2::updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEven
newEvent->FixEpgBugs ();
pSchedule->AddEvent(newEvent);
+ pSchedule->Sort ();
+
}
} else {
@@ -3025,6 +3027,7 @@ void cEIT2::updateEquivalent(cSchedules * Schedules, tChannelID channelID, cEven
newEvent->FixEpgBugs ();
pSchedule->AddEvent(newEvent);
+ pSchedule->Sort ();
}
}
}