| Summary: | Amarok now analize .directory files like a song | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Iñaki Baz Castillo <ibc> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.2-beta4 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/krita/d04b9cc4819726de2b1459b620ea47980dab223d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | There appear .directoy files like a song | ||
|
Description
Iñaki Baz Castillo
2005-02-04 21:01:35 UTC
Created attachment 9428 [details]
There appear .directoy files like a song
fixed in cvs. thanks, muesli Git commit a929a138f5e32884d3baf73675f2827990923f8a by Boudewijn Rempt. Committed on 15/09/2018 at 14:48. Pushed by rempt into branch 'master'. Replace save assert with if statement Asserts exist to catch coding errors; if a file is linked from an svg file, but that file doesn't exist, it's not a coding error, but a condition we need to handle. M +3 -1 libs/flake/svg/SvgParser.cpp https://commits.kde.org/krita/a929a138f5e32884d3baf73675f2827990923f8a Git commit d04b9cc4819726de2b1459b620ea47980dab223d by Boudewijn Rempt. Committed on 24/09/2018 at 06:56. Pushed by rempt into branch 'krita/4.1'. Replace save assert with if statement Asserts exist to catch coding errors; if a file is linked from an svg file, but that file doesn't exist, it's not a coding error, but a condition we need to handle. M +3 -1 libs/flake/svg/SvgParser.cpp https://commits.kde.org/krita/d04b9cc4819726de2b1459b620ea47980dab223d |