Bug 336530 - okular fails loading the icons "select-table" and "magnifier"
Summary: okular fails loading the icons "select-table" and "magnifier"
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.19.2
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-21 00:24 UTC by Martin Walch
Modified: 2014-07-10 21:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.13.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2014-06-21 00:24:17 UTC
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
Comment 1 Albert Astals Cid 2014-07-10 21:36:30 UTC
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