diff options
Diffstat (limited to 'lib/nav/core.cpp')
| -rw-r--r-- | lib/nav/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nav/core.cpp b/lib/nav/core.cpp index 957983d9..9bb43615 100644 --- a/lib/nav/core.cpp +++ b/lib/nav/core.cpp @@ -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); |
