Changes between Initial Version and Version 1 of Ticket #7429, comment 7
- Timestamp:
- 2012-02-21T10:56:40+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7429, comment 7
initial v1 1 There are 4 places in code when SaveAction is constructed. (find "new SaveAction"). Each subsequent call causes this warnings. 1 There are 4 places in code when SaveAction is constructed. (find "new SaveAction" - Layer.java, OsmDataSessionExporter.java, SaveLayerTask.java and main call in MainMenu.java). Each subsequent call causes this warnings. 2 2 Why not replace new SaveAction().(...) with Main.main.menu.save.(...) ? Or SaveAction is aware of some state, like toggle dialogs from #7424 ?


