Add dbg message for Notebook::create_window_detach
This commit is contained in:
parent
387bcd2ee3
commit
dea06ed3bd
|
@ -80,6 +80,7 @@ class Notebook(Container, Gtk.Notebook):
|
||||||
|
|
||||||
def create_window_detach(self, notebook, widget, x, y):
|
def create_window_detach(self, notebook, widget, x, y):
|
||||||
"""Create a window to contain a detached tab"""
|
"""Create a window to contain a detached tab"""
|
||||||
|
dbg('creating window for detached tab: %s' % widget)
|
||||||
maker = Factory()
|
maker = Factory()
|
||||||
|
|
||||||
window = maker.make('Window')
|
window = maker.make('Window')
|
||||||
|
|
Loading…
Reference in New Issue