id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,cpu,platform 1398,problem with multiple entry selection,cmbarton,martinl,"For commands that allow for multiple entry selections, the entry cannot be edited in the gui dialog. Example: For a command like r.report, select map1, map2, map3 and press run. Then delete map1 and map2 from the list in the map selection control. Press run and r.report is run on map1, map2, and map3 again. In gselect.py, when multiple=True, all selections are stored to a list. New selections are appended to that list. But the list is not updated with values actually in the control. So any edits to the list of maps (or other items) is not recognized. I think this is happening in line 493, but I can't find a way to update the list of multiple values (self.value) with the items that are actually in the control.",defect,closed,normal,6.4.2,wxGUI,6.4.1 RCs,fixed,"multiple entries, multiple selections",grass-dev@…,All,All