mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
window: prevent default handler for delete-event from running
This commit is contained in:
parent
9829e2bec1
commit
bcfc4197d8
1 changed files with 2 additions and 0 deletions
|
@ -510,6 +510,8 @@ class Window (object):
|
||||||
|
|
||||||
self.actions.close_window.activate ()
|
self.actions.close_window.activate ()
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
@action
|
@action
|
||||||
def handle_new_window_action_activate (self, action):
|
def handle_new_window_action_activate (self, action):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue