Opened 13 years ago
Closed 13 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 | Milestone: | |
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 13 years ago by
Version: | → latest |
---|
comment:2 Changed 13 years ago by
Owner: | changed from team to dmuecke |
---|---|
Status: | new → assigned |
Changed 13 years ago by
Attachment: | audioimp.txt added |
---|
comment:3 Changed 13 years ago by
Summary: | Import Audio gives excessive warnings (only one is necessary) → [PATCH] Import Audio gives excessive warnings (only one is necessary) |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Attached patch file to fix the issue.