Bluetooth: remove dead code
Notification.grabFocus doesn't exist anymore. https://bugzilla.gnome.org/show_bug.cgi?id=687081
This commit is contained in:
parent
a786a7dc55
commit
45c2e6575d
@ -446,10 +446,5 @@ const PinNotification = new Lang.Class({
|
|||||||
return this._entry.clutter_text.text.length == 6;
|
return this._entry.clutter_text.text.length == 6;
|
||||||
else
|
else
|
||||||
return true;
|
return true;
|
||||||
},
|
|
||||||
|
|
||||||
grabFocus: function(lockTray) {
|
|
||||||
this.parent(lockTray);
|
|
||||||
global.stage.set_key_focus(this._entry);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user