Skip to content
  • Jasper St. Pierre's avatar
    prefs: Don't crash when we get a preference changed we don't know about · 1445903a
    Jasper St. Pierre authored
    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.
    1445903a