small fix
[vuplus_dvbapp] / lib / service / listboxservice.cpp
index f514507..abb5e77 100644 (file)
@@ -48,7 +48,10 @@ void eListboxServiceContent::setRoot(const eServiceReference &root, bool justSet
        m_root = root;
 
        if (justSet)
+       {
+               m_lst=0;
                return;
+       }
        assert(m_service_center);
        
        if (m_service_center->list(m_root, m_lst))