Make group-all-in-tab work at all with editablelabel

This commit is contained in:
Chris Jones 2009-12-01 23:07:10 +00:00
parent 26aad830e6
commit 3aa86e4db0
1 changed files with 1 additions and 1 deletions

View File

@ -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 == "":