[gnome-shell] loginDialog: Remove the correct focus root from ctrl-alt-tab
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] loginDialog: Remove the correct focus root from ctrl-alt-tab
- Date: Mon, 12 Nov 2012 17:45:33 +0000 (UTC)
commit 063bbb02f287f750bd45c96bdc13e8257eae3b20
Author: Florian MÃllner <fmuellner gnome org>
Date: Sat Nov 10 19:40:55 2012 +0100
loginDialog: Remove the correct focus root from ctrl-alt-tab
Commit 3abfcda8b5998d10 fixed the focus root passed to addGroup(),
but left the one in removeGroup() unchanged.
https://bugzilla.gnome.org/show_bug.cgi?id=688181
js/gdm/loginDialog.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 192a564..f3a1d1f 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1295,6 +1295,6 @@ const LoginDialog = new Lang.Class({
close: function() {
this.parent();
- Main.ctrlAltTabManager.removeGroup(this._group);
+ Main.ctrlAltTabManager.removeGroup(this.dialogLayout);
}
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]