cleanup: Rename signals/methods that will conflict with Clutter.Actor

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/559
This commit is contained in:
Marco Trevisan (Treviño)
2019-08-28 23:06:14 +03:00
committed by Florian Müllner
parent ab6a629955
commit 0353a5bf2c
8 changed files with 66 additions and 50 deletions

View File

@@ -539,8 +539,8 @@ var MessageListSection = class MessageListSection {
this._sync();
}
_onKeyFocusIn(actor) {
this.emit('key-focus-in', actor);
_onKeyFocusIn(messageActor) {
this.emit('message-focused', messageActor);
}
get allowed() {