Ignore:
Timestamp:
17.01.2009 22:41:20 (3 years ago)
Author:
stoecker
Message:

close #1984

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ExitAction.java

    r1169 r1286  
    2525 
    2626    public void actionPerformed(ActionEvent e) { 
    27         if (!Main.breakBecauseUnsavedChanges()) 
     27        if (!Main.breakBecauseUnsavedChanges()) { 
     28            Main.saveGuiGeometry(); 
    2829            System.exit(0); 
     30        } 
    2931    } 
    3032} 
Note: See TracChangeset for help on using the changeset viewer.