Opened 4 years ago
Closed 4 years ago
#3425 closed defect (fixed)
[PATCH] Import Audio gives excessive warnings (only one is necessary)
| Reported by: | Roy Wallace | Owned by: | dmuecke |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
This bug concerns a warning that is given multiple times - requiring the user to press "Ok" repeatedly - when it only needs to be given once.
After selecting "Import Audio" from a GPS trace context menu, then selecting audio files to import, I may correctly receive the following warning: "Some waypoints with timestamps from before the start of the track or after the end were omitted or moved to the start."
However, this warning is displayed for each and every file with a timestamp that does not fall within the bounds of the GPS trace. It should only be displayed once.
Note that in my audio preferences, of the entries under "When importing audio, make markers from...", only the following is checked: "Modified times (time stamps) of audio files."
Attachments (1)
Change History (5)
comment:1 Changed 4 years ago by anonymous
- Version set to latest
comment:2 Changed 4 years ago by dmuecke
- Owner changed from team to dmuecke
- Status changed from new to assigned
Changed 4 years ago by dmuecke
comment:3 Changed 4 years ago by dmuecke
- Summary changed from Import Audio gives excessive warnings (only one is necessary) to [PATCH] Import Audio gives excessive warnings (only one is necessary)
comment:4 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from assigned to closed



Attached patch file to fix the issue.