~tkluck/ubuntu/precise/gnome-shell/lp883443

« back to all changes in this revision

Viewing changes to js/ui/keyboard.js

  • Committer: Jeremy Bicha
  • Date: 2011-09-28 00:41:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: jbicha@ubuntu.com-20110928004145-qul9m3n18o37jvo1
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
492
492
    },
493
493
 
494
494
    SetCursorLocation: function(x, y, w, h) {
495
 
        this._setLocation(x, y);
 
495
//        this._setLocation(x, y);
496
496
    },
497
497
 
498
498
    SetEntryLocation: function(x, y, w, h) {
499
 
        this._setLocation(x, y);
 
499
//        this._setLocation(x, y);
500
500
    },
501
501
 
502
502
    get Name() {