cleanup: Use non-deprecated key symbols
Clutter originally cluttered its namespace with key symbols, before prefixing all symbols with KEY. We still use the unprefixed symbols occasionally, replace them so mutter can drop the deprecated symbols. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/808
This commit is contained in:
@ -54,7 +54,7 @@ var AudioDeviceSelectionDialog = GObject.registerClass({
|
||||
label: _("Sound Settings") });
|
||||
this.addButton({ action: this.close.bind(this),
|
||||
label: _("Cancel"),
|
||||
key: Clutter.Escape });
|
||||
key: Clutter.KEY_Escape });
|
||||
}
|
||||
|
||||
_getDeviceLabel(device) {
|
||||
|
Reference in New Issue
Block a user