Changeset 411 in josm for trunk/src/org


Ignore:
Timestamp:
2007-10-22T13:43:01+02:00 (17 years ago)
Author:
gebner
Message:

Free the download dialog after use. Patch by petr.nejedly@… in bug #432.

File:
1 edited

Legend:

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

    r298 r411  
    6666                        JOptionPane.showMessageDialog(Main.parent, tr("Please select at least one task to download"));
    6767        }
     68
     69                dialog = null;
     70                dlg.dispose();
    6871        }
    6972}
Note: See TracChangeset for help on using the changeset viewer.