a6d8c25494
Both Panel.ActivitiesButton and its parent class Panel.MenuButton would attempt to connect their own _onEvent() function to Clutter::event, which counterintuitively was connecting the child class' _onEvent() function twice. So, actually chain up on the signal handler, and don't connect twice to the signal. Both methods were calling this.menu.close(), so only do that on the parent class handler, since we're chaining up and doing the right thing now. https://bugzilla.gnome.org/show_bug.cgi?id=733840 |
||
---|---|---|
.. | ||
extensionPrefs | ||
gdm | ||
misc | ||
perf | ||
portalHelper | ||
ui | ||
js-resources.gresource.xml | ||
Makefile.am |