[gnome-shell/gnome-3-6] 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/gnome-3-6] loginDialog: Remove the correct focus root from ctrl-alt-tab
- Date: Mon, 12 Nov 2012 17:47:10 +0000 (UTC)
commit 09b897369d93ba254136af5dd3d027a7c8f7145c
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 548d5d4..81ccb54 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1225,6 +1225,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]