Skip to content

Commit

Permalink
Fix activities monitor focus on older gnome-shell verions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed May 29, 2020
1 parent 20e9964 commit cc5edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ var dtpPanel = Utils.defineClass({
}
],
[
this.statusArea.activities,
this.statusArea.activities.actor,
'captured-event',
(actor, e) => {
if (e.type() == Clutter.EventType.BUTTON_PRESS || e.type() == Clutter.EventType.TOUCH_BEGIN) {
Expand Down

0 comments on commit cc5edef

Please sign in to comment.