Ignore:
Timestamp:
17.01.2010 11:56:07 (2 years ago)
Author:
jttt
Message:

Removed ToggleDialog.tearDown(). All listeners should be unregistered in hideNotify()

File:
1 edited

Legend:

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

    r2817 r2869  
    111111    public static MapFrame map; 
    112112    /** 
    113      * The dialog that gets displayed during background task execution. 
    114      */ 
    115     //public static PleaseWaitDialog pleaseWaitDlg; 
    116  
    117     /** 
    118113     * True, when in applet mode 
    119114     */ 
     
    184179            map.mapView.removeLayer(layer); 
    185180            if (map.mapView.getAllLayers().isEmpty()) { 
    186                 map.tearDownDialogsPane(); 
    187181                setMapFrame(null); 
    188182            } 
Note: See TracChangeset for help on using the changeset viewer.