[gnome-shell/gnome-3-34] switcherPopup: Fix last commit
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-34] switcherPopup: Fix last commit
- Date: Sat, 23 Nov 2019 00:09:25 +0000 (UTC)
commit cf249ab8703f887586f21a421f494e978973c6eb
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Nov 23 01:05:31 2019 +0100
switcherPopup: Fix last commit
The surrounding code has diverged on master, so the cherry-picked
commit doesn't work without adjustments, whoops.
js/ui/switcherPopup.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/switcherPopup.js b/js/ui/switcherPopup.js
index 30b380f648..975e83d2c2 100644
--- a/js/ui/switcherPopup.js
+++ b/js/ui/switcherPopup.js
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]