Skip to content

media-viewer: disconnect the keypress signal on unmap

We were storing the signal_id, but we never disconnect that handler so it worked the first time and then we were getting all key events and future widgets creation doesn't work.

This patch disconnect the signal just when the widget gets unmapped, as we create a new widget when we open the media-viewer again.

Fix #402 (closed)

Merge request reports