Jasper St. Pierre
1445903a34
prefs: Don't crash when we get a preference changed we don't know about
We commonly used the generic, undetailed signal 'changed' to track changes to preferences. Since we crash on unknown preference types, this can be dangerous if somebody adds a new setting that has a type we're unfamiliar with, and something else changes it. Instead of crashing, just fizzle out doing nothing.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%