Carlos Garnacho a6d8c25494 panel: Avoid _onEvent() to be called twice
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
2014-07-31 17:43:09 +02:00
..
2014-06-24 15:17:09 -04:00
2014-04-10 21:08:16 +02:00
2014-06-16 15:10:36 -04:00
2014-04-10 21:08:16 +02:00
2014-01-17 16:34:44 -05:00
2014-07-24 18:44:14 +02:00
2014-06-24 15:17:09 -04:00
2014-07-14 22:05:51 +02:00
2014-07-17 09:48:26 +03:00
2014-04-17 15:15:14 +02:00
2014-07-24 18:15:02 +02:00