diff --git a/src/contacts-sorted.vala b/src/contacts-sorted.vala index adfca42..70e0a85 100644 --- a/src/contacts-sorted.vala +++ b/src/contacts-sorted.vala @@ -458,8 +458,14 @@ public class Contacts.Sorted : Container { } } - if (next_focus_child == null) + if (next_focus_child == null) { + if (direction == DirectionType.UP || direction == DirectionType.DOWN) { + error_bell (); + return true; + } + return false; + } bool modify_selection_pressed = false; Gdk.ModifierType state;