From 0b4660702bd0e6f6214c8626fc4c6e1177ba5c89 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 4 Dec 2012 13:15:18 -0500 Subject: [PATCH] switcherPopup: Add missing Meta declaration This is used in the edge case if we fail a pointer grab. --- js/ui/switcherPopup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/switcherPopup.js b/js/ui/switcherPopup.js index 82ebcbfc8..ebb1628f6 100644 --- a/js/ui/switcherPopup.js +++ b/js/ui/switcherPopup.js @@ -4,6 +4,7 @@ const Clutter = imports.gi.Clutter; const Gtk = imports.gi.Gtk; const Lang = imports.lang; const Mainloop = imports.mainloop; +const Meta = imports.gi.Meta; const Shell = imports.gi.Shell; const Signals = imports.signals; const St = imports.gi.St;