Changes between Version 1 and Version 2 of Ticket #7429, comment 7


Ignore:
Timestamp:
2012-02-21T10:56:55+01:00 (14 years ago)
Author:
akks

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.
     1There 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
     3Each subsequent call causes this warnings.
    24Why not replace new SaveAction().(...)  with Main.main.menu.save.(...) ? Or SaveAction is aware of some state, like toggle dialogs from #7424 ?