Actions
Bug #5380
closedSave As no longer disposes old window
Start date:
04/15/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5380
Description
Trunk has a new problem(s) -- if you File=>Save As, you end with two windows, both with the same name. Old/expected behavior was a new window opens with the user supplied new name, old window is disposed.
Also it appears that if you close the second of the two and you have no other windows open, kepler quits.
Happens at r27521 on linux and osx10.6.
Updated by Aaron Aaron over 13 years ago
After all of the new window changes in ptolemy the old tableau.setContainer(null) trick is no longer used for disposing windows. Now we just need to call dispose on the window.
Actions