From: Bill Kuker Date: Mon, 22 Nov 2010 15:28:18 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bcc4026e80c1a706e3f8b8d5b976b5ef5394fdf3;p=sw%2Fmotorsim --- diff --git a/src/com/billkuker/rocketry/motorsim/ChangeListening.aj b/src/com/billkuker/rocketry/motorsim/ChangeListening.aj index fb04929..8eb7de2 100644 --- a/src/com/billkuker/rocketry/motorsim/ChangeListening.aj +++ b/src/com/billkuker/rocketry/motorsim/ChangeListening.aj @@ -21,7 +21,7 @@ public aspect ChangeListening { } public void Subject.removePropertyChangeListener(PropertyChangeListener l) { - pcs.addPropertyChangeListener(l); + pcs.removePropertyChangeListener(l); } public void Subject.firePropertyChange(PropertyChangeEvent e) {