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.
This commit is contained in:
Jasper St. Pierre 2014-07-27 08:12:27 -04:00
parent 6687b9b739
commit 4b46533ce8

View File

@ -935,7 +935,7 @@ const LoginDialog = new Lang.Class({
}, },
close: function() { close: function() {
Main.ctrlAltTabManager.removeGroup(this.dialogLayout); Main.ctrlAltTabManager.removeGroup(this.actor);
}, },
cancel: function() { cancel: function() {