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>
This commit is contained in:
parent
91fe7fbeab
commit
33e6ce14b3
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ showcontact() {
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
while true; do
|
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")"
|
ENTRIES="$(echo "$CONTACTS" | xargs -0 printf "$icon_ret Close Menu\n$icon_pls New Contact\n%s")"
|
||||||
|
|
||||||
PICKED="$(
|
PICKED="$(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue