Skip to content
Commit 10a7c8aa authored by Aaron J. Seigo's avatar Aaron J. Seigo
Browse files

remove all duplication between configAccepted and configChanged

Accepted is called from inside FolderView (via signals) and only needs to WRITE config values
Changed is called by Applet and must APPLY all values in the config

previous to this, changes to filtering we not caught properly by configChanged and a lot of
work was being done twice

it's also a fewer lines of code :)
parent 861daaf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment