From dea06ed3bde81220c375e0376b5b1461fb0487cc Mon Sep 17 00:00:00 2001 From: Vulcalien Date: Fri, 27 Aug 2021 11:13:12 +0200 Subject: [PATCH] Add dbg message for Notebook::create_window_detach --- terminatorlib/notebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/notebook.py b/terminatorlib/notebook.py index 8228416a..41e8187f 100644 --- a/terminatorlib/notebook.py +++ b/terminatorlib/notebook.py @@ -80,6 +80,7 @@ class Notebook(Container, Gtk.Notebook): def create_window_detach(self, notebook, widget, x, y): """Create a window to contain a detached tab""" + dbg('creating window for detached tab: %s' % widget) maker = Factory() window = maker.make('Window')