From 4b46533ce862647cf5f147582b92c6d884f97adc Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 27 Jul 2014 08:12:27 -0400 Subject: [PATCH] loginDialog: Fix the removal from the ctrlAltTabManager When we ported away from ModalDialog, we forgot to change this one reference to the dialog layout. Change it now. --- js/gdm/loginDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 18df8f95e..6ea04baef 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -935,7 +935,7 @@ const LoginDialog = new Lang.Class({ }, close: function() { - Main.ctrlAltTabManager.removeGroup(this.dialogLayout); + Main.ctrlAltTabManager.removeGroup(this.actor); }, cancel: function() {