add support for listing satellites and providers
[enigma2.git] / lib / service / listboxservice.cpp
index e1f1beb07b4d1f8b1363261285daf9bc59b3b208..0b2e621c5ca2fedf24dd0183e5609a2aac851d47 100644 (file)
@@ -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();