From 57dd862e35ea61217880fe7958a936951e3a7c63 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 2 Sep 2014 14:47:32 -0700 Subject: [PATCH] keyboard: Update for new code _cursorChanged was folded into _sync at some point. --- js/ui/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index fcca3238f..d2a8dd59c 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -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();