2a9ccf2e2c
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. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1211