From 93c66e2a2ae5423ab42df9585acb2e8e6f81e363 Mon Sep 17 00:00:00 2001 From: Olibia Tsati Date: Thu, 26 Oct 2017 21:51:52 +0300 Subject: [PATCH] disable touch events for tray icons there is discussion in issue #18 about the errors --- unite@hardpixel.eu/modules/topIcons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unite@hardpixel.eu/modules/topIcons.js b/unite@hardpixel.eu/modules/topIcons.js index 87f30ce..9961419 100644 --- a/unite@hardpixel.eu/modules/topIcons.js +++ b/unite@hardpixel.eu/modules/topIcons.js @@ -141,7 +141,7 @@ var TopIcons = new Lang.Class({ iconContainer.destroy(); }); - iconContainer.connect('clicked', function () { + iconContainer.connect('button-release-event', function () { icon.click(Clutter.get_current_event()); });