Summary: | cover image with 'save link only' gets stored as local file | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | martinrssf <martinrssf> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
martinrssf@gmail.com
2009-12-30 08:36:11 UTC
additional info regarding the related problem. The icon files get saved in the local directory as soon as the icons are viewed, not just at the entry form. 'Save link only' doesn't work anymore. After checking the source, it looks like Image::setID(id_) always sets idClean(id_), losing the slashes and colons, whether m_linkOnly or not. SVN commit 1068297 by rstephenson: Don't clean the image id if it's only a link BUG:220645 M +3 -3 gui/imagewidget.cpp M +4 -0 images/CMakeLists.txt M +2 -1 images/image.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1068297 SVN commit 1068300 by rstephenson: Don't attempt to write out temporary file for linked images BUG:220645 M +4 -0 ChangeLog M +8 -4 src/entryview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1068300 |