fix typo
This commit is contained in:
parent
6786724304
commit
19afbd2f9d
1 changed files with 1 additions and 1 deletions
|
@ -6729,7 +6729,7 @@ class RosterWindow:
|
||||||
|
|
||||||
# Setting CTRL+k to focus rfilter_entry
|
# Setting CTRL+k to focus rfilter_entry
|
||||||
keyval, mod = Gtk.accelerator_parse('<Control>k')
|
keyval, mod = Gtk.accelerator_parse('<Control>k')
|
||||||
accel_group.connect(keyval, mod, Gtk.AccelFlags.VISIBLE,,
|
accel_group.connect(keyval, mod, Gtk.AccelFlags.VISIBLE,
|
||||||
self.accel_group_func)
|
self.accel_group_func)
|
||||||
self.window.add_accel_group(accel_group)
|
self.window.add_accel_group(accel_group)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue