Skip to content

Return AppIcon's parent vfunc result

StButton returns CLUTTER_EVENT_STOP in various circumstances, but AppIcon throws that away and returns CLUTTER_EVENT_PROPAGATE even when it should stop.

Return the parent class' result instead of CLUTTER_EVENT_PROPAGATE.

Merge request reports