[gnome-shell] main: remove a stray second keyboard.init() call
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] main: remove a stray second keyboard.init() call
- Date: Thu, 29 Sep 2011 14:30:38 +0000 (UTC)
commit 9c76318df80838a1f20f71a2f47607886ac5c5a0
Author: Dan Winship <danw gnome org>
Date: Tue Sep 27 14:58:01 2011 -0400
main: remove a stray second keyboard.init() call
Originally the keyboard was initialized in the user-session-specific
code, but it was later moved to the generic code. Except that it was
accidentally copied rather than moved.
https://bugzilla.gnome.org/show_bug.cgi?id=659940
js/ui/main.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index b159c93..4e67eca 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -129,8 +129,6 @@ function _initRecorder() {
function _initUserSession() {
_initRecorder();
- keyboard.init();
-
global.screen.override_workspace_layout(Meta.ScreenCorner.TOPLEFT, false, -1, 1);
ExtensionSystem.init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]