keyboard: Update for new code

_cursorChanged was folded into _sync at some point.
This commit is contained in:
Jasper St. Pierre 2014-09-02 14:47:32 -07:00
parent db76fb8ff9
commit 57dd862e35

View File

@ -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();