altTab: Rename AltTabPopup to AppSwitcherPopup
We will add support for a window-based popup in addition to the current application-based one, so use a more descriptive name. https://bugzilla.gnome.org/show_bug.cgi?id=688913
This commit is contained in:
@@ -617,7 +617,7 @@ const WindowManager = new Lang.Class({
|
||||
if (this._workspaceSwitcherPopup != null)
|
||||
this._workspaceSwitcherPopup.destroy();
|
||||
|
||||
let tabPopup = new AltTab.AltTabPopup();
|
||||
let tabPopup = new AltTab.AppSwitcherPopup();
|
||||
|
||||
let modifiers = binding.get_modifiers();
|
||||
let backwards = modifiers & Meta.VirtualModifier.SHIFT_MASK;
|
||||
|
Reference in New Issue
Block a user