Issue #2455. Fixed a problem with Changes Applied window. Corrected.
Former-commit-id:ba5556762c
[formerly604d542c63
] [formerly93b69bd6a7
] [formerlyba5556762c
[formerly604d542c63
] [formerly93b69bd6a7
] [formerly4100629b39
[formerly93b69bd6a7
[formerly c07a918474361d83907fb8de03538ec88486016d]]]] Former-commit-id:4100629b39
Former-commit-id:80b0798d4f
[formerlyb3ec990f41
] [formerly 9cc2d94fd6c5402787966d92170a9231e42ba36d [formerly552789c978
]] Former-commit-id: 6715466f9b955837b01362479c75beb22132958d [formerlyda45dbe1cb
] Former-commit-id:f3bc00b095
This commit is contained in:
parent
9a47690341
commit
d362851509
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue