Issue #1117: Fix WEBrowserDialog so that clicking on Source menu doesn't clear source selections.

Change-Id: I7341de07e986227f0917191626cdff8e25bafa30

Former-commit-id: 3b7e2b3627 [formerly f14efdfd7b] [formerly cd1acff953] [formerly a6d5f67f7a [formerly cd1acff953 [formerly 82a37521333d6cb471d9d770f99ba593a9ce76aa]]]
Former-commit-id: a6d5f67f7a
Former-commit-id: 9eca90d25acea37355c1a256a17e5cbef460f23d [formerly 4a2ebe8218]
Former-commit-id: c7f3c50a35
This commit is contained in:
David Gillingham 2012-09-14 10:50:44 -05:00
parent ae8d765d70
commit b3f97a70b7

View file

@ -499,7 +499,6 @@ public class WeatherElementBrowserDialog extends CaveJFACEDialog {
* Automatically checks for dups, and sorts.
*/
private void updateSourceMenu() {
sourceList.removeAll();
resetMenu(sourceMenu);
List<String> sortedSources = selectedType.getSources();