Ignore:
Timestamp:
2010-01-17T11:56:07+01:00 (14 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/gui/dialogs/DialogsPanel.java

    r2749 r2869  
    4646        this.add(mSpltPane);
    4747        reconstruct(Action.ELEMENT_SHRINKS, null);
    48     }
    49 
    50     /**
    51      * Invoke before the panel is discarded. This will in turn call {@see ToggleDialog#tearDown()}
    52      * on every dialog.
    53      *
    54      */
    55     public void tearDown() {
    56         for(ToggleDialog dialog: allDialogs) {
    57             dialog.tearDown();
    58         }
    5948    }
    6049
Note: See TracChangeset for help on using the changeset viewer.