aboutsummaryrefslogtreecommitdiff
path: root/lib/nav/pcore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nav/pcore.cpp')
-rw-r--r--lib/nav/pcore.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/nav/pcore.cpp b/lib/nav/pcore.cpp
index 4fdfffc0..21a25748 100644
--- a/lib/nav/pcore.cpp
+++ b/lib/nav/pcore.cpp
@@ -61,5 +61,8 @@ void pNavigation::navEvent(eNavigation *nav, int event)
case eNavigation::evUpdatedInfo:
m_event(evUpdatedInfo);
break;
+ case eNavigation::evSeekableStatusChanged:
+ m_event(evSeekableStatusChanged);
+ break;
}
}