Changes between Version 1 and Version 2 of Ticket #7429, comment 7
- Timestamp:
- 2012-02-21T10:56:55+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7429, comment 7
v1 v2 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. 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). 2 3 Each subsequent call causes this warnings. 2 4 Why not replace new SaveAction().(...) with Main.main.menu.save.(...) ? Or SaveAction is aware of some state, like toggle dialogs from #7424 ?


