D25310: Use the right value of EnableMagicMimeActions
David Edmundson
noreply at phabricator.kde.org
Wed Dec 4 17:09:57 GMT 2019
davidedmundson added a comment.
I can't really object, as you're just following the existing code, but I don't really understand why we're doing this.
INLINE COMMENTS
> urlgrabber.cpp:106
> - KConfigGroup cg(KSharedConfig::openConfig(), "Actions");
> - if(!cg.readEntry("EnableMagicMimeActions",true)) {
> //qCDebug(KLIPPER_LOG) << "skipping mime magic due to configuration";
if (!KlipperSettings::enableMagicMimeActions())
without any other changes would do the same thing and be just as fast. The KConfigSkeletonItem keeps the value locally without reading every time.
REPOSITORY
R120 Plasma Workspace
BRANCH
fix-enableMagicMimeActions (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D25310
To: trmdi, #plasma, ngraham, apol
Cc: davidedmundson, ngraham, plasma-devel, #plasma, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191204/9e4eac20/attachment.html>
More information about the Plasma-devel
mailing list