Skip to content

Commit

Permalink
disable touch events for tray icons
Browse files Browse the repository at this point in the history
there is discussion in issue #18 about the errors
  • Loading branch information
olibia committed Oct 26, 2017
1 parent 9fa7957 commit 93c66e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/modules/topIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
});

Expand Down

0 comments on commit 93c66e2

Please sign in to comment.