Remove traces of old GTK configs
ClosedPublic

Authored by gikari on Dec 10 2019, 7:08 PM.

Details

Summary

Since slider behavior is controlled by kded daemon, gtk kcm has no control over it now.

It appears, that some traces of the warps-slider config were not removed. Now it is removed along with some other ones redundant lines.

Test Plan

Check that GTK KCM no longer crash, if entered from System Settings.

Diff Detail

Repository
R99 KDE Gtk Configuration Tool
Branch
remove-traces-of-warps-slider (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19668
Build 19686: arc lint + arc unit
gikari created this revision.Dec 10 2019, 7:08 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 10 2019, 7:08 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
gikari requested review of this revision.Dec 10 2019, 7:08 PM
ngraham accepted this revision.Dec 10 2019, 10:13 PM
This revision is now accepted and ready to land.Dec 10 2019, 10:13 PM
This revision was automatically updated to reflect the committed changes.
apol added a subscriber: apol.Dec 10 2019, 10:43 PM
apol added inline comments.
src/appearancegtk2.cpp
146

Should be m_settings.clear().

Not a big deal, it does the same, just FYI.