Summary: | Dragging application links is broken | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Frank Schmitt <tonne2004> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Frank Schmitt
2008-07-08 13:50:44 UTC
The problem is that folderview shows the desktop:/ url that makes the if on line 112 of icon.cpp if (m_url.isLocalFile() && KDesktopFile::isDesktopFile(m_url.toLocalFile())) { to fail SVN commit 829425 by mart: try to use the most local url, makes easier to identify desktop files. BUG: 166035 M +2 -1 icon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=829425 |