| Summary: | Crash on drag and drop from Mendeley | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Jeroen Keiren <j.j.a.keiren> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | aacid |
| Priority: | NOR | ||
| Version First Reported In: | 0.14.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/okular/a0339dec66f6e4ad387bdb37c64706d6f1d61cbe | Version Fixed/Implemented In: | 4.9.1 |
| Sentry Crash Report: | |||
|
Description
Jeroen Keiren
2012-08-08 12:10:26 UTC
Git commit 06ec381288bf9d560013a4ff0ef19197f370565e by Albert Astals Cid. Committed on 08/08/2012 at 21:05. Pushed by aacid into branch 'KDE/4.9'. Fix crash when a drag contains the url format but doesn't contain any url data for that format KUrl::List::canDecode( ev->mimeData() ) doesn't mean KUrl::List::fromMimeData( ev->mimeData() ) will not be empty FIXED-IN: 4.9.1 M +5 -1 ui/pageview.cpp M +5 -1 ui/thumbnaillist.cpp http://commits.kde.org/okular/06ec381288bf9d560013a4ff0ef19197f370565e Git commit a0339dec66f6e4ad387bdb37c64706d6f1d61cbe by Albert Astals Cid. Committed on 08/08/2012 at 21:05. Pushed by aacid into branch 'master'. Fix crash when a drag contains the url format but doesn't contain any url data for that format KUrl::List::canDecode( ev->mimeData() ) doesn't mean KUrl::List::fromMimeData( ev->mimeData() ) will not be empty FIXED-IN: 4.9.1 M +5 -1 ui/pageview.cpp M +5 -1 ui/thumbnaillist.cpp http://commits.kde.org/okular/a0339dec66f6e4ad387bdb37c64706d6f1d61cbe |