diff --git a/js/ui/altTab.js b/js/ui/altTab.js index 435e66f5e..34d83e4cf 100644 --- a/js/ui/altTab.js +++ b/js/ui/altTab.js @@ -234,7 +234,7 @@ const AppSwitcherPopup = new Lang.Class({ _finish : function(timestamp) { let appIcon = this._items[this._selectedIndex]; if (this._currentWindow < 0) - appIcon.app.activate_full(-1, timestamp); + appIcon.app.activate_window(appIcon.cachedWindows[0], timestamp); else Main.activateWindow(appIcon.cachedWindows[this._currentWindow], timestamp);