loginDialog: Remove the correct focus root from ctrl-alt-tab
Commit 3abfcda8b5
fixed the focus root passed to addGroup(),
but left the one in removeGroup() unchanged.
https://bugzilla.gnome.org/show_bug.cgi?id=688181
This commit is contained in:
parent
68e011d4cb
commit
09b897369d
@ -1225,6 +1225,6 @@ const LoginDialog = new Lang.Class({
|
|||||||
close: function() {
|
close: function() {
|
||||||
this.parent();
|
this.parent();
|
||||||
|
|
||||||
Main.ctrlAltTabManager.removeGroup(this._group);
|
Main.ctrlAltTabManager.removeGroup(this.dialogLayout);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user