[gnome-shell] keyboard: Update for new code



commit 57dd862e35ea61217880fe7958a936951e3a7c63
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 2 14:47:32 2014 -0700

    keyboard: Update for new code
    
    _cursorChanged was folded into _sync at some point.

 js/ui/keyboard.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
index fcca323..d2a8dd5 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();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]