gtk.ACCEL_VISIBLE is not needed anymore

This commit is contained in:
Alexander Cherniuk 2009-11-28 15:00:51 +02:00
parent f5fff3e4e6
commit 1ad6f217a8
1 changed files with 1 additions and 1 deletions

View File

@ -5980,6 +5980,6 @@ class RosterWindow:
# conference.
accel_group = gtk.accel_groups_from_object(self.window)[0]
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: