mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
keyboard: Update for new code
_cursorChanged was folded into _sync at some point.
This commit is contained in:
parent
db76fb8ff9
commit
57dd862e35
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ const Keyboard = new Lang.Class({
|
|||
}
|
||||
this._cursorProxy.connect('g-properties-changed',
|
||||
Lang.bind(this, this._sync));
|
||||
this._cursorChanged();
|
||||
this._sync();
|
||||
}));
|
||||
this._sync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue