fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / nav / core.h
index 1751de981f5ee92bc0b2ad2d76ed7e659420dc3d..f1146b447a473c98ca80b2c90c37bdffd9bbb8c1 100644 (file)
@@ -22,7 +22,9 @@ public:
                evNewService,   /** a new "current" service was just started */
                evPlayFailed,   /** the next service (in playlist) or the one given in playService failed to play */
                evUpdatedEventInfo, /** the "currently running" event info was updated */
-               evUpdatedInfo /** the program info of this service was updated */
+               evUpdatedInfo, /** the program info of this service was updated */
+               evSeekableStatusChanged,
+               evEnd
        };
        
        RESULT playService(const eServiceReference &service);