diff options
-rw-r--r-- | xine/BluRay/input_bluray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index 3b47542c..190af95c 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -189,7 +189,7 @@ static void overlay_proc(void *this_gen, const BD_OVERLAY * const ov) xine_osd_show(this->osd, 0); if (ov->plane == 1) - this->menu_open = 0; + this->menu_open = 1; } static void update_stream_info(bluray_input_plugin_t *this) |