padOsd: Add parameter type to keybinding-edited signal
This has a string argument, but none was defined. Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/2451
This commit is contained in:
parent
afd83d929e
commit
7b1533caf7
@ -89,7 +89,7 @@ var PadChooser = GObject.registerClass({
|
||||
});
|
||||
|
||||
var KeybindingEntry = GObject.registerClass({
|
||||
Signals: { 'keybinding-edited': {} },
|
||||
Signals: { 'keybinding-edited': { param_types: [GObject.TYPE_STRING] } },
|
||||
}, class KeybindingEntry extends St.Entry {
|
||||
_init() {
|
||||
super._init({ hint_text: _("New shortcut…"), style: 'width: 10em' });
|
||||
|
Loading…
Reference in New Issue
Block a user