mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ var PadChooser = GObject.registerClass({
|
||||||
});
|
});
|
||||||
|
|
||||||
var KeybindingEntry = GObject.registerClass({
|
var KeybindingEntry = GObject.registerClass({
|
||||||
Signals: { 'keybinding-edited': {} },
|
Signals: { 'keybinding-edited': { param_types: [GObject.TYPE_STRING] } },
|
||||||
}, class KeybindingEntry extends St.Entry {
|
}, class KeybindingEntry extends St.Entry {
|
||||||
_init() {
|
_init() {
|
||||||
super._init({ hint_text: _("New shortcut…"), style: 'width: 10em' });
|
super._init({ hint_text: _("New shortcut…"), style: 'width: 10em' });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue