Modify ↓
Opened 13 years ago
Closed 13 years ago
#6889 closed defect (fixed)
[Patch] Only the first matching exporter should save a file
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
There's a small bug in SaveActionBase: if more than one exporter accepts a file filter, all these exporters will write their content, one after another, to the same file.
I doubt this is intentional, please find a patch that interrupts the loop after one exporter has been found.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [4463/josm]: