Issue #2455. Fixed a problem with Changes Applied window. Corrected.

Former-commit-id: 93b69bd6a7 [formerly c07a918474361d83907fb8de03538ec88486016d]
Former-commit-id: 4100629b39
This commit is contained in:
Slav Korolev 2013-10-17 13:33:59 -04:00
parent ee7009f8cf
commit 552789c978

View file

@ -48,7 +48,8 @@ import com.raytheon.viz.ui.widgets.IApplyCancelAction;
*
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* Aug 6, 2013 2180 mpduff Initial creation
* Aug 6, 2013 2180 mpduff Initial creation
* Oct 17, 2013 2455 skorolev Fixed a problem with Changes Applied window.
*
* </pre>
*
@ -201,6 +202,7 @@ public class BandwidthComposite extends Composite implements IApplyCancelAction
@Override
public boolean apply() {
if (saveConfiguration()) {
DataDeliveryUtils.showChangesWereAppliedMessage(getShell());
return true;
}