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:
parent
ee7009f8cf
commit
552789c978
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,8 @@ import com.raytheon.viz.ui.widgets.IApplyCancelAction;
|
||||||
*
|
*
|
||||||
* Date Ticket# Engineer Description
|
* 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>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -201,6 +202,7 @@ public class BandwidthComposite extends Composite implements IApplyCancelAction
|
||||||
@Override
|
@Override
|
||||||
public boolean apply() {
|
public boolean apply() {
|
||||||
if (saveConfiguration()) {
|
if (saveConfiguration()) {
|
||||||
|
DataDeliveryUtils.showChangesWereAppliedMessage(getShell());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue