~larsu/ido/lp1229076

Viewing all changes in revision 149.

  • Committer: Lars Uebernickel
  • Date: 2013-09-24 22:11:13 UTC
  • Revision ID: lars.uebernickel@canonical.com-20130924221113-wayn21402oqf38o5
idoscalemenuitem: don't update the action state when the action state changes

GtkRange has the same weird semantics for its "value-changed" signal that the
check menu items have: it is emitted not only on user interaction, but also
when gtk_range_set_value() is called.

The handler to "value-changed" updates the action. gtk_range_set_value() is
called when the action notifies about a state change. Loop, meet loop.

This patch works around that by adding a "value-changed" to IdoScaleMenuItem
that is only emitted when the user changes the slider's value.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: