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

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

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;
}