[kcolorschemeeditor] Remove useless printf
ClosedPublic

Authored by broulik on Apr 29 2019, 8:41 AM.

Details

Summary

When closing the scheme editor, the KCM reads stdout of the editor to figure out what's the saved theme so it can be selected in the list.
This printout confuses it and has it select a non-existing theme breaking the current selection.

Test Plan

Edited a scheme, closed editor without saving, didn't have the list reload.
Edited a scheme, saved it, closed it, list reloaded and index was still correct.

I don't think that this particular printout was used by a shell script or something?

Diff Detail

Repository
R119 Plasma Desktop
Lint
Lint Skipped
Unit
Unit Tests Skipped
broulik created this revision.Apr 29 2019, 8:41 AM
Restricted Application added a project: Plasma. · View Herald TranscriptApr 29 2019, 8:41 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik requested review of this revision.Apr 29 2019, 8:41 AM
davidedmundson accepted this revision.Apr 29 2019, 9:21 AM
This revision is now accepted and ready to land.Apr 29 2019, 9:21 AM
This revision was automatically updated to reflect the committed changes.