diff options
Diffstat (limited to 'GstDebugViewer')
-rw-r--r-- | GstDebugViewer/GUI/window.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GstDebugViewer/GUI/window.py b/GstDebugViewer/GUI/window.py index a377243..7132709 100644 --- a/GstDebugViewer/GUI/window.py +++ b/GstDebugViewer/GUI/window.py @@ -510,6 +510,8 @@ class Window (object): self.actions.close_window.activate () + return True + @action def handle_new_window_action_activate (self, action): |