mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
keyboard: Do not call non-existent function
Commit 8fdf47ea5b removed _addKeys(), but forgot one caller. We just want
to regenerate the keyboard for the current group, so call into the
_onGroupChanged function.
This commit is contained in:
parent
2f9b0f8820
commit
e859fc8f16
1 changed files with 1 additions and 1 deletions
|
|
@ -913,7 +913,7 @@ var Keyboard = new Lang.Class({
|
|||
|
||||
_onKeyboardGroupsChanged: function(keyboard) {
|
||||
this._groups = [];
|
||||
this._addKeys();
|
||||
this._onGroupChanged();
|
||||
},
|
||||
|
||||
_onKeyboardStateChanged: function(controller, state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue