Comment 1 for bug 711356

Revision history for this message
Sam Dieck (samd) wrote :

I think the problem is in paned.py: wrapcloseterm (self, widget) function. When you delete a terminal from a tab and there is only one terminal left, the function removes the container that was holding multiple terminals in one tab and recreates the tab with the only terminal that was left (w/o the container). By recreating the tab, the new tab spawns with a default title removing the previous defined one.
Correct me if im wrong please

Ill keep looking and see if i can come up with a patch to fix this.
Sam