Import Shell as needed by recent commit

This commit is contained in:
Alexander Larsson 2011-05-20 11:14:54 +02:00
parent a8baf4a2a2
commit 82aea3e8d6

View File

@ -6,6 +6,7 @@ const Gio = imports.gi.Gio;
const Lang = imports.lang;
const Meta = imports.gi.Meta;
const St = imports.gi.St;
const Shell = imports.gi.Shell;
const AltTab = imports.ui.altTab;
const WorkspaceSwitcherPopup = imports.ui.workspaceSwitcherPopup;