| Summary: | okular fails loading the icons "select-table" and "magnifier" | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Martin Walch <walch.martin> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | aacid |
| Priority: | NOR | ||
| Version First Reported In: | 0.19.2 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/okular/3669e776dcd5ded5921d0c2c374571fb26b1a586 | Version Fixed/Implemented In: | 4.13.3 |
| Sentry Crash Report: | |||
Git commit 3669e776dcd5ded5921d0c2c374571fb26b1a586 by Albert Astals Cid, on behalf of Yuri Chornoivan. Committed on 10/07/2014 at 21:36. Pushed by aacid into branch 'KDE/4.13'. Fix two icons in the Tools menu M +2 -2 ui/pageview.cpp http://commits.kde.org/okular/3669e776dcd5ded5921d0c2c374571fb26b1a586 |
ui/pageview.cpp:579 says: d->aMouseTableSelect = new KAction(KIcon( "select-table" ), i18n("T&able Selection Tool"), this); but as it seems there is no such icon that can be identified with "select-table". The same for ui/pageview.cpp:588: d->aMouseMagnifier = new KAction(KIcon( "magnifier" ), i18n("&Magnifier"), this); Both show up as broken icons in the "Tools" menu. Reproducible: Always