switcherPopup: Fix last commit
The surrounding code has diverged on master, so the cherry-picked commit doesn't work without adjustments, whoops.
This commit is contained in:
parent
c752682ab9
commit
cf249ab870
@ -186,7 +186,7 @@ var SwitcherPopup = GObject.registerClass({
|
||||
keysym === Clutter.KEY_Return ||
|
||||
keysym === Clutter.KEY_KP_Enter ||
|
||||
keysym === Clutter.KEY_ISO_Enter)
|
||||
this._finish(keyEvent.time);
|
||||
this._finish(event.get_time());
|
||||
|
||||
return Clutter.EVENT_STOP;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user