sxmo_contactmenu.sh now use sxmo_contacts.sh

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
master
Stacy Harper 4 years ago committed by Maarten van Gompel
parent 91fe7fbeab
commit 33e6ce14b3
  1. 2
      scripts/core/sxmo_contactmenu.sh

@ -124,7 +124,7 @@ showcontact() {
main() {
while true; do
CONTACTS="$(sed 's/\t/: /g' "$CONTACTFILE")"
CONTACTS="$(sxmo_contacts.sh --all)"
ENTRIES="$(echo "$CONTACTS" | xargs -0 printf "$icon_ret Close Menu\n$icon_pls New Contact\n%s")"
PICKED="$(

Loading…
Cancel
Save