add a comment for further investigation later

This commit is contained in:
Chris Jones 2009-05-11 21:54:23 +01:00
parent 0aa107005e
commit 7010d17b73
1 changed files with 1 additions and 0 deletions

View File

@ -1441,6 +1441,7 @@ text/plain
if notebookpage[0].get_tab_label(notebookpage[1]):
label = notebookpage[0].get_tab_label(notebookpage[1])
label.set_title(title)
# FIXME: Is this necessary? The above line should update the label. LP #369370 might be related
notebookpage[0].set_tab_label(notebookpage[1], label)
notebookpage = self.terminator.get_first_notebook_page(notebookpage[0])