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

Former-commit-id: 71f5f75f22 [formerly b1a6ff5396] [formerly 614c0f4248 [formerly 31538baa1db02a946b2cec63e349025cd1f4676c]]
Former-commit-id: 614c0f4248
Former-commit-id: e8ec45cb18
This commit is contained in:
Nate Jensen 2012-09-14 11:04:04 -05:00 committed by Gerrit Code Review
commit 9d873ef27d

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();