Skip to content
Commit 3b7f9024 authored by Christian Hergert's avatar Christian Hergert 💬
Browse files

prefs: prevent deselection of radio in option group

If we have multiple options for a radio, we might end up deselecting our
current selection (as the changed event doesn't propagate since we are
already trying to update).

This is a quick workaround that just does a final pass to read the new
value and reapply the check if necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=766086
parent 65d0f845
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