add evEnd to (p)core
[enigma2.git] / lib / nav / core.cpp
index 9f537d35c6bf54a5616dcc81210fa23e8d16496e..9bb43615697bf983f068534c96b57a2d20f5dbfc 100644 (file)
@@ -12,7 +12,7 @@ void eNavigation::serviceEvent(iPlayableService* service, int event)
        switch (event)
        {       
        case iPlayableService::evEnd:
-//             m_event(this, ev);
+               m_event(this, evEnd);
                break;
        case iPlayableService::evStart:
                m_event(this, evNewService);
@@ -23,6 +23,9 @@ void eNavigation::serviceEvent(iPlayableService* service, int event)
        case iPlayableService::evUpdatedInfo:
                m_event(this, evUpdatedInfo);
                break;
+       case iPlayableService::evSeekableStatusChanged:
+               m_event(this, evSeekableStatusChanged);
+               break;
        default:
                break;
        }