From 387bcd2ee3d164051ea8994361293267d2f3e053 Mon Sep 17 00:00:00 2001 From: Vulcalien Date: Thu, 26 Aug 2021 18:42:58 +0200 Subject: [PATCH] Disconnect child after detaching the tab --- terminatorlib/notebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/notebook.py b/terminatorlib/notebook.py index 49dc0661..8228416a 100644 --- a/terminatorlib/notebook.py +++ b/terminatorlib/notebook.py @@ -88,6 +88,7 @@ class Notebook(Container, Gtk.Notebook): window.resize(size.width, size.height) self.detach_tab(widget) + self.disconnect_child(widget) self.hoover() window.add(widget)