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

Former-commit-id: ba5556762c [formerly 604d542c63] [formerly 93b69bd6a7] [formerly ba5556762c [formerly 604d542c63] [formerly 93b69bd6a7] [formerly 4100629b39 [formerly 93b69bd6a7 [formerly c07a918474361d83907fb8de03538ec88486016d]]]]
Former-commit-id: 4100629b39
Former-commit-id: 80b0798d4f [formerly b3ec990f41] [formerly 9cc2d94fd6c5402787966d92170a9231e42ba36d [formerly 552789c978]]
Former-commit-id: 6715466f9b955837b01362479c75beb22132958d [formerly da45dbe1cb]
Former-commit-id: f3bc00b095
This commit is contained in:
Slav Korolev 2013-10-17 13:33:59 -04:00
parent 9a47690341
commit d362851509

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