From b32851030de5d3706883afa87598cba8a8226f5d Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 20 Jul 2006 18:17:12 +0000 Subject: add support for markers in bouquets < > are usable to jump from marker to marker --- lib/service/servicedvb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 10de6213..d789da69 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -506,11 +506,11 @@ RESULT eDVBServiceList::startEdit(ePtr &res) return -1; } -RESULT eDVBServiceList::addService(eServiceReference &ref) +RESULT eDVBServiceList::addService(eServiceReference &ref, eServiceReference before) { if (!m_bouquet) return -1; - return m_bouquet->addService(ref); + return m_bouquet->addService(ref, before); } RESULT eDVBServiceList::removeService(eServiceReference &ref) -- cgit v1.2.3