aboutsummaryrefslogtreecommitdiff
path: root/lib/service/listboxservice.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-02 11:11:00 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-12-02 11:11:00 +0000
commitf15ee3f6cd34e4552f50dcc92a994198ed3b2dfe (patch)
treeebefc3dbe285fc4698030fc6e520ef55ff14fd98 /lib/service/listboxservice.cpp
parentac16b9b331350f9b15139394eafe4bf4f44e6151 (diff)
downloadenigma2-f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe.tar.gz
enigma2-f15ee3f6cd34e4552f50dcc92a994198ed3b2dfe.zip
add support for listing satellites and providers
use this new stuff in a simple case study (green and yellow button in service list.. feel free to implement a cool satellites/providers tree) prepare for splitted radio/tv mode
Diffstat (limited to 'lib/service/listboxservice.cpp')
-rw-r--r--lib/service/listboxservice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/service/listboxservice.cpp b/lib/service/listboxservice.cpp
index e1f1beb0..0b2e621c 100644
--- a/lib/service/listboxservice.cpp
+++ b/lib/service/listboxservice.cpp
@@ -152,8 +152,8 @@ void eListboxServiceContent::setElementFont(int element, gFont *font)
void eListboxServiceContent::sort()
{
ePtr<iListableService> lst;
- if (!m_service_center->list(m_root, lst))
- {
+ if (!m_service_center->list(m_root, lst))
+ {
m_list.sort(iListableServiceCompare(lst));
/* FIXME: is this really required or can we somehow keep the current entry? */
cursorHome();