Comment 9 for bug 1062631

Revision history for this message
David Henningsson (diwic) wrote :

Infinite loop of:

on_control_active_input_update -> active_input_update -> gtk_tree_selection_select_iter -> signal ("changed", on treeview) -> on_input_selection_changed -> gvc_mixer_control_change_input -> gvc_mixer_control_set_default_source -> signal (ACTIVE_INPUT_UPDATE) -> on_control_active_input_update ...

Need to look deeper to figure out where or how the loop should be interrupted though...