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