gtk.ACCEL_VISIBLE is not needed anymore
This commit is contained in:
parent
f5fff3e4e6
commit
1ad6f217a8
|
@ -5980,6 +5980,6 @@ class RosterWindow:
|
||||||
# conference.
|
# conference.
|
||||||
accel_group = gtk.accel_groups_from_object(self.window)[0]
|
accel_group = gtk.accel_groups_from_object(self.window)[0]
|
||||||
accel_group.connect_group(gtk.keysyms.j, gtk.gdk.CONTROL_MASK,
|
accel_group.connect_group(gtk.keysyms.j, gtk.gdk.CONTROL_MASK,
|
||||||
gtk.ACCEL_VISIBLE, self.on_ctrl_j)
|
gtk.ACCEL_MASK, self.on_ctrl_j)
|
||||||
|
|
||||||
# vim: se ts=3:
|
# vim: se ts=3:
|
||||||
|
|
Loading…
Reference in New Issue