Skip to content
Commit a519585a authored by Corey Berla's avatar Corey Berla Committed by António Fernandes
Browse files

view-model: Stop notifying of selection change twice on set_selection

Every time we set a selection, ::selection-changed is emitted twice,
first from gtk_selection_model_set_selection() and then from
gtk_selection_model_selection_changed.  Remove the second call.

This essentially reverts 0e4265e9
The issues mentioned in that commit are no longe reproducible.
parent 6bfc5271
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