From 3aa86e4db0302bc3b70c51a245b857c289060c44 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 1 Dec 2009 23:07:10 +0000 Subject: [PATCH] Make group-all-in-tab work at all with editablelabel --- terminatorlib/terminatorterm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminatorterm.py b/terminatorlib/terminatorterm.py index d6d014a2..b9e43677 100755 --- a/terminatorlib/terminatorterm.py +++ b/terminatorlib/terminatorterm.py @@ -1767,7 +1767,7 @@ text/plain terms = self.find_all_terms_in_tab(notebook) notebooktablabel = notebook.get_tab_label(notebookchild) - if notebooktablabel.custom is True: + if notebooktablabel._label._custom is True: groupname = notebooktablabel.get_title() if groupname == "":